llgo get: todo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user