Correct doc comment per feedback
This commit is contained in:
parent
a583a102fd
commit
ddac788d85
@ -81,7 +81,7 @@ func (c *commandCategory) VisibleCommands() []*Command {
|
|||||||
// FlagCategories is a slice of *FlagCategory.
|
// FlagCategories is a slice of *FlagCategory.
|
||||||
type FlagCategories []*FlagCategory
|
type FlagCategories []*FlagCategory
|
||||||
|
|
||||||
// FlagCategory is a category containing commands.
|
// FlagCategory is a category containing flags.
|
||||||
type FlagCategory struct {
|
type FlagCategory struct {
|
||||||
Name string
|
Name string
|
||||||
Flags []Flag
|
Flags []Flag
|
||||||
|
Loading…
Reference in New Issue
Block a user