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

Function beforeRun

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

Hook for extending a command before it is run in the cli.run command. Most common use case would be to extend availableOptions. @method beforeRun @return {Promise|null}

()

Source from the content-addressed store, hash-verified

262 @return {Promise|null}
263 */
264 beforeRun() {},
265
266 /**
267 @method validateAndRun

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…