Interface: RepeatArgOptions
Defined in: projects/framework/src/lib/parsers/Args.ts:823
Extends
Indexable
[key: string]: unknown
[key: number]: unknown
[key: symbol]: unknown
Properties
times?
optionaltimes:number
Defined in: projects/framework/src/lib/parsers/Args.ts:828
The maximum amount of times the argument can be repeated.
Default
Infinity