Co-authored-by: SH00414ml <sh00414ml@SH00414mldeMacBook-Pro.local>
This commit is contained in:
anqiansong
2022-06-18 18:34:48 +08:00
committed by GitHub
parent 9eea311a4d
commit 9b6e4c440c
3 changed files with 262 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/logrusorgru/aurora"
"github.com/spf13/cobra"
"github.com/withfig/autocomplete-tools/integrations/cobra"
"github.com/zeromicro/go-zero/tools/goctl/api"
"github.com/zeromicro/go-zero/tools/goctl/bug"
"github.com/zeromicro/go-zero/tools/goctl/docker"
@@ -109,4 +110,5 @@ func init() {
rootCmd.AddCommand(rpc.Cmd)
rootCmd.AddCommand(tpl.Cmd)
rootCmd.AddCommand(upgrade.Cmd)
rootCmd.AddCommand(cobracompletefig.CreateCompletionSpecCommand())
}