From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/yargs-parser/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'node_modules/yargs-parser/README.md') 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` -- cgit v1.2.3