Open
Description
In the python version some other actions are supported for options. https://docs.python.org/3/library/optparse.html#defining-options
I'm thinking of the "append" and "count" options that are missing in this library but are often used in opt args parsing.
Is it possible to add support for these ?