diff options
Diffstat (limited to 'node_modules/yargs-parser/README.md')
-rw-r--r-- | node_modules/yargs-parser/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/yargs-parser/README.md b/node_modules/yargs-parser/README.md index a368e632b..6d6d0d4c9 100644 --- a/node_modules/yargs-parser/README.md +++ b/node_modules/yargs-parser/README.md @@ -212,6 +212,14 @@ node example.js --no-foo { _: [], "no-foo": true } ``` +### combine arrays + +* default: `false` +* key: `combine-arrays` + +Should arrays be combined when provided by both command line arguments and +a configuration file. + ### duplicate arguments array * default: `true` |