This commit is contained in:
xushiwei
2024-04-25 01:41:44 +08:00
parent a2c6e5d7fc
commit 3f49fe9e98
5 changed files with 129 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ import (
"github.com/goplus/llgo/cmd/internal/build"
"github.com/goplus/llgo/cmd/internal/help"
"github.com/goplus/llgo/cmd/internal/install"
"github.com/goplus/llgo/cmd/internal/run"
)
func mainUsage() {
@@ -40,6 +41,7 @@ func init() {
base.Llgo.Commands = []*base.Command{
build.Cmd,
install.Cmd,
run.Cmd,
}
}