We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfcd7f commit 27ad5efCopy full SHA for 27ad5ef
cmd/remain.go
@@ -38,14 +38,4 @@ var remainCmd = &cobra.Command{
38
39
func init() {
40
rootCmd.AddCommand(remainCmd)
41
-
42
- // Here you will define your flags and configuration settings.
43
44
- // Cobra supports Persistent Flags which will work for this command
45
- // and all subcommands, e.g.:
46
- // remainCmd.PersistentFlags().String("foo", "", "A help for foo")
47
48
- // Cobra supports local flags which will only run when this command
49
- // is called directly, e.g.:
50
- // remainCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
51
}
0 commit comments