Using library: argparse
I would like to sort my action parsers in the help menu (using a comparator or a lambda expression).
Right now, I can achieve this by overriding the _format_action of argparse.HelpFormatter method, but it would be much better if this were supported out-of-the-box in a formal and documented way.
Is there a built-in option to do this currenlty?