File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1539,9 +1539,10 @@ changes:
1539
1539
times. If ` true ` , all values will be collected in an array. If
1540
1540
` false ` , values for the option are last-wins. ** Default:** ` false ` .
1541
1541
* ` short ` {string} A single character alias for the option.
1542
- * ` default ` {string | boolean | string\[ ] | boolean\[ ] } The default option
1543
- value when it is not set by args. It must be of the same type as the
1544
- ` type ` property. When ` multiple ` is ` true ` , it must be an array.
1542
+ * ` default ` {string | boolean | string\[ ] | boolean\[ ] } The default value to
1543
+ be used if (and only if) the option does not appear in the arguments to be
1544
+ parsed. It must be of the same type as the ` type ` property. When ` multiple `
1545
+ is ` true ` , it must be an array.
1545
1546
* ` strict ` {boolean} Should an error be thrown when unknown arguments
1546
1547
are encountered, or when arguments are passed that do not match the
1547
1548
` type ` configured in ` options ` .
You can’t perform that action at this time.
0 commit comments