Categories returns a slice of categories sorted by name
()
| 8 | AddCommand(category string, command *Command) |
| 9 | // Categories returns a slice of categories sorted by name |
| 10 | Categories() []CommandCategory |
| 11 | } |
| 12 | |
| 13 | type commandCategories []*commandCategory |