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 cc856b3 commit fa18174Copy full SHA for fa18174
1 file changed
doc/api/util.md
@@ -1956,7 +1956,7 @@ changes:
1956
`false`, values for the option are last-wins. **Default:** `false`.
1957
* `short` {string} A single character alias for the option.
1958
* `default` {string | boolean | string\[] | boolean\[]} The default value to
1959
- be used if (and only if) the option does not appear in the arguments to be
+ be used if the option does not appear in the arguments to be
1960
parsed. It must be of the same type as the `type` property. When `multiple`
1961
is `true`, it must be an array.
1962
* `strict` {boolean} Should an error be thrown when unknown arguments
0 commit comments