Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/yargs-parser/
Dindex.js516 Object.keys(flags.configs).forEach(function (configKey) { argument
517 var configPath = argv[configKey] || configLookup[configKey]
523 if (typeof flags.configs[configKey] === 'function') {
525 config = flags.configs[configKey](resolvedConfigPath)
539 if (argv[configKey]) error = Error(__('Invalid JSON config file: %s', configPath))