llgo clean

This commit is contained in:
xushiwei
2024-04-26 20:06:54 +08:00
parent f86cd74a98
commit 2ad2873278
3 changed files with 118 additions and 0 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/clean"
"github.com/goplus/llgo/cmd/internal/help"
"github.com/goplus/llgo/cmd/internal/install"
"github.com/goplus/llgo/cmd/internal/run"
@@ -42,6 +43,7 @@ func init() {
build.Cmd,
install.Cmd,
run.Cmd,
clean.Cmd,
}
}