()
| 71 | // text in a Usage() method, which gives them more flexibility than a struct tag. |
| 72 | type HasUsage interface { |
| 73 | Usage() string |
| 74 | } |
| 75 | |
| 76 | // HasExamples is an interface that commands may implement if they want to define their examples |
no outgoing calls
no test coverage detected