* @method run * @param commandArgs
(commandArgs)
| 598 | * @param commandArgs |
| 599 | */ |
| 600 | run(commandArgs) { |
| 601 | throw new Error(`command must implement run${commandArgs.toString()}`); |
| 602 | }, |
| 603 | |
| 604 | _printCommand: printCommand, |
| 605 |
nothing calls this directly
no outgoing calls
no test coverage detected