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?
optional
times:number
Defined in: projects/framework/src/lib/parsers/Args.ts:828
The maximum amount of times the argument can be repeated.
Default
Infinity