llgo get: todo

This commit is contained in:
xushiwei
2024-12-30 21:16:22 +08:00
parent 97a2824473
commit 282125a84b
2 changed files with 38 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ import (
"github.com/goplus/llgo/cmd/internal/base"
"github.com/goplus/llgo/cmd/internal/build"
"github.com/goplus/llgo/cmd/internal/clean"
"github.com/goplus/llgo/cmd/internal/get"
"github.com/goplus/llgo/cmd/internal/help"
"github.com/goplus/llgo/cmd/internal/install"
"github.com/goplus/llgo/cmd/internal/run"
@@ -43,6 +44,7 @@ func init() {
base.Llgo.Commands = []*base.Command{
build.Cmd,
install.Cmd,
get.Cmd,
run.Cmd,
run.CmpTestCmd,
clean.Cmd,