()
| 9 | unknown: true, |
| 10 | |
| 11 | printBasicHelp() { |
| 12 | return chalk.red(`No help entry for '${this.name}'`); |
| 13 | }, |
| 14 | |
| 15 | validateAndRun() { |
| 16 | throw new SilentError(`The specified command ${this.name} is invalid. For available options, see \`ember help\`.`); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…