feat: 完成基本的 model
This commit is contained in:
@ -11,8 +11,10 @@ var (
|
||||
root *cobra.Command
|
||||
)
|
||||
|
||||
func Init(ctx context.Context) {
|
||||
root = rootCmd()
|
||||
func Init() {
|
||||
root = rootCmd(
|
||||
svcCmd(),
|
||||
)
|
||||
}
|
||||
|
||||
func Execute(ctx context.Context) {
|
||||
|
Reference in New Issue
Block a user