Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js53 requiresArg: [],
185 self.requiresArg = function (requiresArgs) { function
186 options.requiresArg.push.apply(options.requiresArg, [].concat(requiresArgs))
273 if (opt.requiresArg) {
274 self.requiresArg(key)
DCHANGELOG.md34 ….com/bcoe/yargs/commit/56cbe2ddd33dc176dcbf97ba40559864a9f114e4) make .requiresArg() work with typ…
151 ….com/bcoe/yargs/commit/889a2b28eb9768801b05163360a470d0fd6c8b79) Added requiresArg option, for opt…
DREADME.md421 .requiresArg(key)
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dvalidation.js28 if (options.requiresArg.length > 0) {
31 options.requiresArg.forEach(function (key) {
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dyargs-factory.js665 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/
Dindex.cjs1requiresArg&&this.requiresArg(t)}return this}options(t,e){return this.option(t,e)}parse(t,e,s){h("…