()
| 77 | // text in a Examples() method, which gives them more flexibility than a struct tag. |
| 78 | type HasExamples interface { |
| 79 | Examples() string |
| 80 | } |
| 81 | |
| 82 | // HasResources is an interface that commands may implement if they want to define their resources |
no outgoing calls
no test coverage detected