Better comment syntax

pull/4688/head
Kyle Bai 2019-07-05 11:17:10 +08:00
parent b1648ca2e4
commit c5f695e8a0
30 changed files with 68 additions and 67 deletions

View File

@ -81,6 +81,7 @@ func runStop(cmd *cobra.Command, args []string) {
exit.WithError("update config", err)
}
}
func init() {
RootCmd.AddCommand(stopCmd)
}