MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / printBasicHelp

Function printBasicHelp

lib/commands/unknown.js:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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\`.`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…