MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / run

Function run

lib/commands/help.js:23–29  ·  view source on GitHub ↗
(commandOptions, rawArgs)

Source from the content-addressed store, hash-verified

21 anonymousOptions: ['<command-name (Default: all)>'],
22
23 run(commandOptions, rawArgs) {
24 if (commandOptions.json) {
25 this._printJsonHelp(commandOptions);
26 } else {
27 this._printHelp(commandOptions, rawArgs);
28 }
29 },
30
31 _printHelp(commandOptions, rawArgs) {
32 let rootCommand = new RootCommand({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected