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 Leonid Ilyevsky
Recipients Leonid Ilyevsky
Date 2020-04-28.12:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588077262.4.0.512927383758.issue40420@roundup.psfhosted.org>
In-reply-to
Content
In my script I have a positional argument with list of choices, and that list is pretty long. The help formatter shows it as one long line,  list in curly brackets, comma-separated. This is very difficult to look at and find the choice I need.
It would be nice to have an option to print the choices list one per line.
History
Date User Action Args
2020-04-28 12:34:22Leonid Ilyevskysetrecipients: + Leonid Ilyevsky
2020-04-28 12:34:22Leonid Ilyevskysetmessageid: <1588077262.4.0.512927383758.issue40420@roundup.psfhosted.org>
2020-04-28 12:34:22Leonid Ilyevskylinkissue40420 messages
2020-04-28 12:34:22Leonid Ilyevskycreate