Lines Matching defs:key
61 const assignment = Object.keys(opt).map(function (key) { argument
78 ;[].concat(opts.boolean).filter(Boolean).forEach(function (key) { argument
83 ;[].concat(opts.string).filter(Boolean).forEach(function (key) { argument
88 ;[].concat(opts.number).filter(Boolean).forEach(function (key) { argument
93 ;[].concat(opts.count).filter(Boolean).forEach(function (key) { argument
98 ;[].concat(opts.normalize).filter(Boolean).forEach(function (key) { argument
114 ;[].concat(opts.config).filter(Boolean).forEach(function (key) { argument
128 Object.keys(defaults).forEach(function (key) { argument
322 Object.keys(flags.counts).forEach(function (key) { argument
328 notFlags.forEach(function (key) { argument
351 function eatNargs (i, key, args) { argument
381 function eatArray (i, key, args) { argument
406 function setArg (key, val) { argument
444 keys.forEach(function (key) { argument
456 function addNewAlias (key, alias) { argument
466 function processValue (key, val) { argument
497 function maybeCoerceNumber (key, value) { argument
548 Object.keys(config).forEach(function (key) { argument
583 var keys = envVar.split('__').map(function (key, i) { argument
600 Object.keys(argv).forEach(function (key) { argument
627 Object.keys(defaults).forEach(function (key) { argument
644 keys.slice(0, -1).forEach(function (key) { argument
659 keys.slice(0, -1).forEach(function (key, index) { argument
721 Object.keys(obj || {}).forEach(function (key) { argument
758 function checkAllAliases (key, flag) { argument
762 toCheck.forEach(function (key) { argument
769 function hasAnyFlag (key) { argument
836 function defaultValue (key) { argument
860 function guessType (key) { argument
904 Object.keys(aliases).forEach(function (key) { argument
963 function sanitizeKey (key) { argument