CommandParser unrecognised option support #602
Labels
branch/2.1.x
Issue for a branch
for/backport
For backporting
type/enhancement
Is an enhancement request
Milestone
This was somewhat missed when rework from 1.x/2.0.x to 2.1.x happened. When user is defining option which doesn't exist parser adds it as positional argument(which it then kinda is) but what really should happen is that anything starting with '-' is reported as error, aka
UnrecognisedOptionException
.The text was updated successfully, but these errors were encountered: