()
| 13 | }, |
| 14 | |
| 15 | validateAndRun() { |
| 16 | throw new SilentError(`The specified command ${this.name} is invalid. For available options, see \`ember help\`.`); |
| 17 | }, |
| 18 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…