Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/commander/
Dindex.js468 this._setOptionValue(name, defaultValue);
488 this._setOptionValue(name, option.negate
492 this._setOptionValue(name, val);
496 this._setOptionValue(name, option.negate ? false : val);
628 _setOptionValue(key, value) { method in Command