CommandInfos returns a list of all commands
(interface{})
| 23 | |
| 24 | // CommandInfos returns a list of all commands |
| 25 | CommandInfos(interface{}) map[string]sharedaction.CommandInfo |
| 26 | } |
| 27 | |
| 28 | type HelpCommand struct { |
no outgoing calls
no test coverage detected