You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The final note suggests that you cannot add mutually-exclusive groups to a labeled group for organized help output. This is untrue, because you can add a mutually exclusive group to an existing group that has a title/description. I have prepared a CL to improve this documentation...
The text was updated successfully, but these errors were encountered:
It's not obvious that a group can be added to a group, and this is important when trying to organize your help output.
(New main branch PR originally from PR python#94788)
https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_mutually_exclusive_group
The final note suggests that you cannot add mutually-exclusive groups to a labeled group for organized help output. This is untrue, because you can add a mutually exclusive group to an existing group that has a title/description. I have prepared a CL to improve this documentation...
The text was updated successfully, but these errors were encountered: