Skip to content

Commit 27ad5ef

Browse files
author
hatappi
committed
chore: remove unnessary comment
1 parent 3cfcd7f commit 27ad5ef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmd/remain.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,4 @@ var remainCmd = &cobra.Command{
3838

3939
func init() {
4040
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")
5141
}

0 commit comments

Comments
 (0)