Closed
Description
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
.