This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author khalidmammadov
Recipients khalidmammadov
Date 2021-09-16.16:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631809609.68.0.875196244045.issue45224@roundup.psfhosted.org>
In-reply-to
Content
Currently argparse module shows all optional arguments under "optional arguments" section of the help.
It also includes those flags/arguments that are required as well. 
This add confusion to a user and does not properly show intention
History
Date User Action Args
2021-09-16 16:26:50khalidmammadovsetrecipients: + khalidmammadov
2021-09-16 16:26:49khalidmammadovsetmessageid: <1631809609.68.0.875196244045.issue45224@roundup.psfhosted.org>
2021-09-16 16:26:49khalidmammadovlinkissue45224 messages
2021-09-16 16:26:49khalidmammadovcreate