(program)
| 21 | */ |
| 22 | module.exports = class CommandGenerator { |
| 23 | constructor(program) { |
| 24 | this.program = program; |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * The `invoke` method is responsible for building the final executable command. |
nothing calls this directly
no outgoing calls
no test coverage detected