We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bbf5c commit 37ae1dbCopy full SHA for 37ae1db
1 file changed
cmd/version.go
@@ -21,7 +21,7 @@ func init() {
21
versionCmd.PersistentFlags().BoolVarP(
22
&verbose,
23
"verbose",
24
- "v",
+ "V", // a lowercase v was causing a panic: unable to redefine 'v' shorthand in "version" flagset: it's already used for "verbose" flag
25
false,
26
"If enabled, displays the additional information about this built.",
27
)
0 commit comments