You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object.keys(config).forEach(function(key){
...
// setting arguments via CLI takes precedence over// values within the config file.if(!hasKey(argv,fullKey.split('.'))||(flags.defaulted[fullKey])||(flags.arrays[fullKey]&&configuration['combine-arrays'])){setArg(fullKey,value)}}})}
The text was updated successfully, but these errors were encountered:
This project uses a fork of yargs with a
config-booleans
branch.caniuse-cmd/package.json
Line 32 in fa1b418
It looks like the new yargs-parser has changes related to default booleans, and this fork may no longer be required.
Snippet of some of the changes:
https://github.com/sgentle/yargs/blob/7be15b84049f00e6a0c11827c5b16496aeaddd19/lib/parser.js#L316..L344
Snippet of some of current yargs-parser code:
https://github.com/yargs/yargs-parser/blob/82f4ea5810ca36dbe934de593eb0d45cdcc724c2/index.js#L498..L519
The text was updated successfully, but these errors were encountered: