We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6877a2d commit 088481cCopy full SHA for 088481c
README.md
@@ -336,14 +336,14 @@ Should arrays consume more than one positional argument following their flag.
336
337
```console
338
$ node example --arr 1 2
339
-{ _[], arr: [1, 2] }
+{ _: [], arr: [1, 2] }
340
```
341
342
_if disabled:_
343
344
345
346
-{ _[2], arr: [1] }
+{ _: [2], arr: [1] }
347
348
349
**Note: in `v18.0.0` we are considering defaulting greedy arrays to `false`.**
0 commit comments