fix(cli): correct --debug short alias

main
hau 2021-01-05 16:04:52 +07:00
parent 3501cb3846
commit 0ac61252f3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func main() {
},
&cli.BoolFlag{
Name: debugFlag,
Aliases: []string{"-d"},
Aliases: []string{"d"},
Usage: "Show debugging info",
},
},