make categories uppercase
This commit is contained in:
parent
5a3b983954
commit
044972ebdc
@ -324,6 +324,6 @@ var Commands = []*cli.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
func WithCategory(cat string, cmd *cli.Command) *cli.Command {
|
func WithCategory(cat string, cmd *cli.Command) *cli.Command {
|
||||||
cmd.Category = cat
|
cmd.Category = strings.ToUpper(cat)
|
||||||
return cmd
|
return cmd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user