From eea06bba53e18aad74944379083f8f416c9e18ed Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 21 Sep 2022 17:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85cmd=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cmd/main.go b/services/cmd/main.go index a5415d8e5..673c4ec00 100644 --- a/services/cmd/main.go +++ b/services/cmd/main.go @@ -50,7 +50,7 @@ var RootCmd = &cobra.Command{ //初始化自定义cmd func init() { - RootCmd.AddCommand(startCmd) + RootCmd.AddCommand(startCmd, stopCmd) } func main() {