New submission from Memeplex: 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} ---------- components: Library (Lib) messages: 268400 nosy: bethard, memeplex priority: normal severity: normal status: open title: [argparse] Unify options in help output versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27303> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com