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

Function run

lib/models/command.js:600–602  ·  view source on GitHub ↗

* @method run * @param commandArgs

(commandArgs)

Source from the content-addressed store, hash-verified

598 * @param commandArgs
599 */
600 run(commandArgs) {
601 throw new Error(`command must implement run${commandArgs.toString()}`);
602 },
603
604 _printCommand: printCommand,
605

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected