Argparse How to add mutually exclusive group to argument group help text used as parent parser for all subparsers
The argparse docs refer to an example of how to add a mutually exclusive group to an argument group to add title/description to those arguments. However, when used in parents
to subparsers the mutually exclusive group is left out of the argument group help text description.