Skip to content

Commit daec660

Browse files
nidagorkem
nida
authored andcommitted
removed commented out code
1 parent 593169a commit daec660

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pkg/cmd/version/version.go

+1-12
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,4 @@ or verifying that you are running the expected version of jmm.`,
3131
return cmd
3232
}
3333

34-
func init() {
35-
36-
// Here you will define your flags and configuration settings.
37-
38-
// Cobra supports Persistent Flags which will work for this command
39-
// and all subcommands, e.g.:
40-
// pushCmd.PersistentFlags().String("foo", "", "A help for foo")
41-
42-
// Cobra supports local flags which will only run when this command
43-
// is called directly, e.g.:
44-
// pushCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
45-
}
34+
func init() {}

0 commit comments

Comments
 (0)