Better comment syntax
parent
b1648ca2e4
commit
c5f695e8a0
|
@ -81,6 +81,7 @@ func runStop(cmd *cobra.Command, args []string) {
|
||||||
exit.WithError("update config", err)
|
exit.WithError("update config", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
RootCmd.AddCommand(stopCmd)
|
RootCmd.AddCommand(stopCmd)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue