Skip to content

Commit

Permalink
docs: fix option type
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Aug 16, 2022
1 parent 6c91d6d commit f406d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ changes:
times. If `true`, all values will be collected in an array. If
`false`, values for the option are last-wins. **Default:** `false`.
* `short` {string} A single character alias for the option.
* `defaultValue` {string | boolean} The default option value when it is not set by args.
* `defaultValue` {string | boolean | stringp[] | boolean[]} The default option value when it is not set by args.
* `strict` {boolean} Should an error be thrown when unknown arguments
are encountered, or when arguments are passed that do not match the
`type` configured in `options`.
Expand Down

0 comments on commit f406d8e

Please sign in to comment.