补充cmd 服务代码

This commit is contained in:
liwei1dao 2022-09-21 17:32:40 +08:00
parent 31184ce365
commit eea06bba53

View File

@ -50,7 +50,7 @@ var RootCmd = &cobra.Command{
//初始化自定义cmd
func init() {
RootCmd.AddCommand(startCmd)
RootCmd.AddCommand(startCmd, stopCmd)
}
func main() {