Home
last modified time | relevance | path

Searched refs:_getOptionValue (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/commander/
Dindex.js464 defaultValue = this._findOption(positiveLongFlag) ? this._getOptionValue(name) : true;
481 …val = fn(val, this._getOptionValue(name) === undefined ? defaultValue : this._getOptionValue(name)…
485 …if (typeof this._getOptionValue(name) === 'boolean' || typeof this._getOptionValue(name) === 'unde…
644 _getOptionValue(key) { method in Command
966 if (anOption.mandatory && (cmd._getOptionValue(anOption.attributeName()) === undefined)) {