Searched refs:requiresArg (Results 1 – 6 of 6) sorted by relevance
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
D | index.js | 53 requiresArg: [], 185 self.requiresArg = function (requiresArgs) { function 186 options.requiresArg.push.apply(options.requiresArg, [].concat(requiresArgs)) 273 if (opt.requiresArg) { 274 self.requiresArg(key)
|
D | CHANGELOG.md | 34 ….com/bcoe/yargs/commit/56cbe2ddd33dc176dcbf97ba40559864a9f114e4) make .requiresArg() work with typ… 151 ….com/bcoe/yargs/commit/889a2b28eb9768801b05163360a470d0fd6c8b79) Added requiresArg option, for opt…
|
D | README.md | 421 .requiresArg(key)
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
D | validation.js | 28 if (options.requiresArg.length > 0) { 31 options.requiresArg.forEach(function (key) {
|
/plugin/asciidocjs/node_modules/yargs/build/lib/ |
D | yargs-factory.js | 665 if (opt.requiresArg) { 666 this.requiresArg(key); 804 requiresArg(keys) { 810 … this[kPopulateParserHintSingleValueDictionary](this.requiresArg.bind(this), 'narg', keys, NaN);
|
/plugin/asciidocjs/node_modules/yargs/build/ |
D | index.cjs | 1 …requiresArg&&this.requiresArg(t)}return this}options(t,e){return this.option(t,e)}parse(t,e,s){h("…
|