Skip to content

Commit 07d97be

Browse files
committed
docs: fix option type
1 parent 6c91d6d commit 07d97be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ changes:
3030
times. If `true`, all values will be collected in an array. If
3131
`false`, values for the option are last-wins. **Default:** `false`.
3232
* `short` {string} A single character alias for the option.
33-
* `defaultValue` {string | boolean} The default option value when it is not set by args.
33+
* `defaultValue` {string | boolean | string[] | boolean[]} The default option value when it is not set by args.
3434
* `strict` {boolean} Should an error be thrown when unknown arguments
3535
are encountered, or when arguments are passed that do not match the
3636
`type` configured in `options`.

0 commit comments

Comments
 (0)