Searched refs:_getOptionValue (Results 1 – 1 of 1) sorted by relevance
464 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 Command966 if (anOption.mandatory && (cmd._getOptionValue(anOption.attributeName()) === undefined)) {