| 67 | |
| 68 | // if we didn't find anything, return an "UnknownCommand" |
| 69 | return class extends UnknownCommand { |
| 70 | constructor(options) { |
| 71 | super(options); |
| 72 | this.name = commandName; |
| 73 | } |
| 74 | }; |
| 75 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected