property ParseOptions.collect
A string or array of strings argument names to always treat as arrays.
Collectable options can be used multiple times. All values will be
collected into one array. If a non-collectable option is used multiple
times, the last value is used.
All Collectable arguments will be set to [] by default.
Type
TCollectable | ReadonlyArray<Extract<TCollectable, string>>