felixSchl/neodoc

Fail at solving when arguments mismatch

Closed this issue · 2 comments

Refer to issue #13: If the option is said to have a an argument in the options section, but an adjacent arg is found but the name does not match, fail solving with a arguments-mismatch error.

This case still needs catching:

Usage: prog -f
Options: -f <y>

Here, the solving step passes, despite conflicting declarations.

This work has been concluded.