fix minor bugs and add do

This commit is contained in:
2022-11-02 22:49:32 +01:00
parent 9a0002b34f
commit 9b95267eeb
7 changed files with 103 additions and 12 deletions

10
examples/basic/testdo.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
go build -o char ../../main.go
echo "base"
CHAR_DEV_MODE=true ./char do -h
echo "local_up"
CHAR_DEV_MODE=false ./char do local_up -h