Details
Description
I hav a tool that takes the following options: -p -attr.
Both takes argument. If the user wants to specify p as the argument for attr,
-attr p, cli throws a MissingArgumentException. This is because it sees p as an
option rather than the argument of attr.