Searched refs:configKey (Results 1 – 1 of 1) sorted by relevance
516 Object.keys(flags.configs).forEach(function (configKey) { argument517 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))