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

Function assembleAndValidateOption

lib/models/command.js:553–555  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

551 this.registerOptions();
552
553 let assembleAndValidateOption = function (option) {
554 return this.assignOption(option, parsedOptions, commandOptions);
555 };
556
557 let validateParsed = function (key) {
558 // ignore 'argv', 'h', and '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…