Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/commander/
Dindex.js464 defaultValue = this._findOption(positiveLongFlag) ? this._getOptionValue(name) : true;
951 _findOption(arg) { method in Command
1012 const option = this._findOption(arg);
1035 const option = this._findOption(`-${arg[1]}`);
1052 const option = this._findOption(arg.slice(0, index));
1418 const showShortHelpFlag = this._helpShortFlag && !this._findOption(this._helpShortFlag);
1419 const showLongHelpFlag = !this._findOption(this._helpLongFlag);