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 6c91d6d commit 07d97beCopy full SHA for 07d97be
README.md
@@ -30,7 +30,7 @@ changes:
30
times. If `true`, all values will be collected in an array. If
31
`false`, values for the option are last-wins. **Default:** `false`.
32
* `short` {string} A single character alias for the option.
33
- * `defaultValue` {string | boolean} The default option value when it is not set by args.
+ * `defaultValue` {string | boolean | string[] | boolean[]} The default option value when it is not set by args.
34
* `strict` {boolean} Should an error be thrown when unknown arguments
35
are encountered, or when arguments are passed that do not match the
36
`type` configured in `options`.
0 commit comments