Searched refs:narg (Results 1 – 9 of 9) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | parser.js | 83 if (checkAllAliases(m[1], opts.narg)) { 102 if (checkAllAliases(key, opts.narg)) { 153 if (checkAllAliases(letters[j], opts.narg)) { 193 if (checkAllAliases(key, opts.narg)) { 233 var toEat = checkAllAliases(key, opts.narg)
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
| D | index.js | 48 narg: {}, property 93 options.narg[key] = n
|
| D | README.md | 616 Optionally `.nargs()` can take an object of `key`/`narg` pairs.
|
| /plugin/asciidocjs/node_modules/yargs-parser/ |
| D | CHANGELOG.md | 250 * the narg count is now enforced when parsing arrays. 298 * populate error if incompatible narg/count or array/count options are used (#191) 303 * populate error if incompatible narg/count or array/count options are used ([#191](https://www.git…
|
| D | README.md | 118 * `opts.narg`: specify that a key requires `n` arguments: `{narg: {x: 2}}`.
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | yargs-parser.js | 26 narg: undefined, 123 if (typeof opts.narg === 'object') { 124 Object.entries(opts.narg).forEach(([key, value]) => {
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/ |
| D | index.cjs | 120 narg: undefined, 209 if (typeof opts.narg === 'object') { 210 Object.entries(opts.narg).forEach(([key, value]) => { 941 … error = Error(__('Invalid configuration: %s, opts.count excludes opts.narg.', key));
|
| /plugin/asciidocjs/node_modules/yargs/build/ |
| D | index.cjs | 1 …narg",t,e),this}normalize(t){return h("<array|string>",[t],arguments.length),this[Et]("normalize",…
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | yargs-factory.js | 806 …typeof keys === 'string' && __classPrivateFieldGet(this, _YargsInstance_options, "f").narg[keys]) {
|