If you have a Optional arguments, a required positional argument, and then take a look at the extra, returned args after parsing when in your callback, it seems to contain info that is not correct.
To build on this, it appears that a Parse will only parse 1 (one) optional flag. All other flags are skipped. This feels like it may be related to this issue.
If you have a Optional arguments, a required positional argument, and then take a look at the extra, returned
args
after parsing when in your callback, it seems to contain info that is not correct.