Lines Matching refs:nargs
139 'nargs-eats-options': false,
167 nargs: Object.create(null),
212 flags.nargs[key] = value;
272 else if (checkAllAliases(m[1], flags.nargs) !== false) {
294 else if (checkAllAliases(key, flags.nargs) !== false) {
349 else if (checkAllAliases(key, flags.nargs) !== false) {
383 else if (checkAllAliases(key, flags.nargs) !== false) {
461 let toEat = checkAllAliases(key, flags.nargs);
471 if (configuration['nargs-eats-options']) {
500 const nargsCount = checkAllAliases(key, flags.nargs);
776 if (!duplicate && checkAllAliases(key, flags.nargs)) {
778 …if ((!isUndefined(o[key]) && flags.nargs[key] === 1) || (Array.isArray(o[key]) && o[key].length ==…
940 else if (checkAllAliases(key, flags.nargs)) {