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 will
Recipients will
Date 2021-01-20.18:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611168259.85.0.840894983384.issue42980@roundup.psfhosted.org>
In-reply-to
Content
argparse allows GNU-style long options (with '=' in between the option and the value as opposed to a space): https://docs.python.org/3/library/argparse.html#option-value-syntax

Call it pickiness, but I'd like to be able to print the help message in that format. Looking at the code, a simple refactor would be much cleaner than implementing my own custom help formatter and having to copy-paste a bunch of implementation details that are potentially subject to change in future releases. I'll submit a patch shortly.
History
Date User Action Args
2021-01-20 18:44:19willsetrecipients: + will
2021-01-20 18:44:19willsetmessageid: <1611168259.85.0.840894983384.issue42980@roundup.psfhosted.org>
2021-01-20 18:44:19willlinkissue42980 messages
2021-01-20 18:44:19willcreate