Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dparser.js83 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/
Dindex.js48 narg: {}, property
93 options.narg[key] = n
DREADME.md616 Optionally `.nargs()` can take an object of `key`/`narg` pairs.
/plugin/asciidocjs/node_modules/yargs-parser/
DCHANGELOG.md250 * 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…
DREADME.md118 * `opts.narg`: specify that a key requires `n` arguments: `{narg: {x: 2}}`.
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dyargs-parser.js26 narg: undefined,
123 if (typeof opts.narg === 'object') {
124 Object.entries(opts.narg).forEach(([key, value]) => {
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs120 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/
Dindex.cjs1narg",t,e),this}normalize(t){return h("<array|string>",[t],arguments.length),this[Et]("normalize",…
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dyargs-factory.js806 …typeof keys === 'string' && __classPrivateFieldGet(this, _YargsInstance_options, "f").narg[keys]) {