()
| 83 | // text in a Resources() method, which gives them more flexibility than a struct tag. |
| 84 | type HasResources interface { |
| 85 | Resources() string |
| 86 | } |
| 87 | |
| 88 | // CommandInfoByName returns the help information for a particular commandName in |
no outgoing calls
no test coverage detected