New submission from signing_agreement <kuglas...@gmail.com>:

add_mutually_exclusive_group has one flag, required=False. Yet, regardless of 
specifying required=True, the help message calls the group "optional 
arguments". It would be nice to be able to add title and description for 
mutually exclusive groups.

Right now, programmers can only do changes via
parser._action_groups[1].title = 'mutually exclusive required arguments'

----------
components: Library (Lib)
messages: 359217
nosy: signing_agreement
priority: normal
severity: normal
status: open
title: Support the title and description arguments for mutually exclusive 
argument groups
type: enhancement
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39197>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to