This would mean that the output of -options_left wouldn't be polluted by any command line arguments meant for argparse.
CW: single dispatch free function? Base implementation for an Iterable of strings, and specialisations e.g. for argparse which turn an argparse.Formatter into a list of strings to recurse
This would mean that the output of
-options_leftwouldn't be polluted by any command line arguments meant for argparse.CW: single dispatch free function? Base implementation for an
Iterableof strings, and specialisations e.g. for argparse which turn anargparse.Formatterinto a list of strings to recurse