diff options
author | Carolyn Van Slyck <[email protected]> | 2019-06-20 10:10:00 -0500 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-06-20 19:05:06 +0200 |
commit | c0ff4e566d1bd0a740e1aa0ff02fb263ac392400 (patch) | |
tree | e3a81656f26d9ed62515cd92d0d530467d4f0bc1 | |
parent | ce9b21a270fdf84d5760e244d8ebb64cd25ccf90 (diff) | |
download | tinygo-c0ff4e566d1bd0a740e1aa0ff02fb263ac392400.tar.gz tinygo-c0ff4e566d1bd0a740e1aa0ff02fb263ac392400.zip |
Include test in helptext
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -547,6 +547,7 @@ func usage() { fmt.Fprintln(os.Stderr, "\ncommands:") fmt.Fprintln(os.Stderr, " build: compile packages and dependencies") fmt.Fprintln(os.Stderr, " run: compile and run immediately") + fmt.Fprintln(os.Stderr, " test: test packages") fmt.Fprintln(os.Stderr, " flash: compile and flash to the device") fmt.Fprintln(os.Stderr, " gdb: run/flash and immediately enter GDB") fmt.Fprintln(os.Stderr, " clean: empty cache directory ("+cacheDir()+")") |