property ParseArgsOptionConfig.multiple
Whether this option can be provided multiple times.
If true
, all values will be collected in an array.
If false
, values for the option are last-wins.
Type Jump to heading
boolean | undefined
Whether this option can be provided multiple times.
If true
, all values will be collected in an array.
If false
, values for the option are last-wins.
boolean | undefined