llgo gen: todo

This commit is contained in:
xushiwei
2024-04-23 00:47:38 +08:00
parent 2d8f5dbc51
commit 67af68ae10
5 changed files with 141 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ import (
"github.com/goplus/llgo/cmd/internal/base"
"github.com/goplus/llgo/cmd/internal/build"
"github.com/goplus/llgo/cmd/internal/gen"
"github.com/goplus/llgo/cmd/internal/help"
)
@@ -38,6 +39,7 @@ func init() {
flag.Usage = mainUsage
base.Llgo.Commands = []*base.Command{
build.Cmd,
gen.Cmd,
}
}