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 memeplex
Recipients bethard, memeplex
Date 2016-06-12.20:21:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465762898.72.0.658784279908.issue27303@psf.upfronthosting.co.za>
In-reply-to
Content
Currently when you specify more than one name for an option (typically short and long versions) each name is listed with its entire arg list. This is annoying for options taking many args or choices, for example:
 
  --type {html,pdf,github,blogger}, -t {html,pdf,github,blogger}

Wouldn't it be better to just show something like:

  --type|-t {html,pdf,github,blogger}
History
Date User Action Args
2016-06-12 20:21:38memeplexsetrecipients: + memeplex, bethard
2016-06-12 20:21:38memeplexsetmessageid: <1465762898.72.0.658784279908.issue27303@psf.upfronthosting.co.za>
2016-06-12 20:21:38memeplexlinkissue27303 messages
2016-06-12 20:21:38memeplexcreate