ExtendedCommander extends the go-flags Command interface by forcing a Setup function on all commands. This setup function should setup all command dependencies.
| 6 | // function on all commands. This setup function should setup all command |
| 7 | // dependencies. |
| 8 | type ExtendedCommander interface { |
| 9 | flags.Commander |
| 10 | Setup(Config, UI) error |
| 11 | } |
no outgoing calls
no test coverage detected