AddFlags adds a flag to a category, creating a new category if necessary.
(category string, fl Flag)
| 84 | type FlagCategories interface { |
| 85 | // AddFlags adds a flag to a category, creating a new category if necessary. |
| 86 | AddFlag(category string, fl Flag) |
| 87 | // VisibleCategories returns a slice of visible flag categories sorted by name |
| 88 | VisibleCategories() []VisibleFlagCategory |
| 89 | } |
no outgoing calls
no test coverage detected