()
| 16 | // The Execute() operation is invoked when the user runs the CLI command. |
| 17 | type CommandPlugin interface { |
| 18 | Command() Command |
| 19 | Execute(ctx ExecutionContext, writer output.OutputWriter, logger log.Logger) error |
| 20 | } |
no outgoing calls
no test coverage detected