CommandInfoByName returns back a help command information for the given command
(interface{}, string)
| 20 | // CommandInfoByName returns back a help command information for the given |
| 21 | // command |
| 22 | CommandInfoByName(interface{}, string) (sharedaction.CommandInfo, error) |
| 23 | |
| 24 | // CommandInfos returns a list of all commands |
| 25 | CommandInfos(interface{}) map[string]sharedaction.CommandInfo |
no outgoing calls
no test coverage detected