Jakub Wilk <jw...@jwilk.net> added the comment:

GNU programs seem to use this format:

   $ ls --help | grep ',.*=[A-Z]'
     -I, --ignore=PATTERN       do not list implied entries matching shell 
PATTERN
     -T, --tabsize=COLS         assume tab stops at each COLS instead of 8
     -w, --width=COLS           set output width to COLS.  0 means no limit

The argparse format is more accurate, but also less practical, especially for 
long variable names.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33389>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to