Closed Tyrrrz closed 5 years ago
Introduce a set of attributes that dictate the range of valid values an option can take. Examples: StringLength, RegularExpression, Range.
StringLength
RegularExpression
Range
Won't fix as it's annoying to do via attributes and is much better handled during command execution.
Introduce a set of attributes that dictate the range of valid values an option can take. Examples:
StringLength
,RegularExpression
,Range
.