add usage for llgo

This commit is contained in:
tsingbx
2025-05-09 10:24:54 +08:00
parent 98bd05b47b
commit 3bf28f52c4
15 changed files with 80 additions and 29 deletions

View File

@@ -17,6 +17,8 @@ import (
self "github.com/goplus/llgo/cmd/internal/run"
)
use "cmptest [flags] package [arguments...]"
short "Compile and run with llgo, compare result (stdout/stderr/exitcode) with go or llgo.expect; generate llgo.expect file if -gen is specified"
flagOff