Skip to content

Commit 4aa6a86

Browse files
committed
removing 'v' flag from verbose as codegansta/cli reserves that for version
1 parent 440a42d commit 4aa6a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercism/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func main() {
5050
EnvVar: "XDG_CONFIG_HOME,EXERCISM_CONFIG_FILE",
5151
},
5252
cli.BoolFlag{
53-
Name: "verbose, v",
53+
Name: "verbose",
5454
Usage: "turn on verbose logging",
5555
},
5656
cli.BoolFlag{

0 commit comments

Comments
 (0)