CommandParser should enforce arity settings #614
Labels
branch/2.1.x
Issue for a branch
for/backport
For backporting
type/enhancement
Is an enhancement request
Milestone
CommandRegistration
can have arity min/max which can be interpreted from a type but user can still set it. For example if type is an array or a list user may want to impose restrictions that option arguments takes minimum of 2 and maximum of 3.Should then add parser exception so that these cases are then reported back to user.
The text was updated successfully, but these errors were encountered: