The '--help' message should be a simple summarize of all options, ideally not much than for example "grep --help". I suggest something like: -r ... -i ... -e ... -w shortcut for "-f colorized -rn --disable-msg-cat=RC" --zope ... --list-msgs Show list of message ids (and not Generate pylint's full documentation.) --generate-rcfile Messages control: -c, --enable-checker=<checker ids> -C, --disable-checker=<checker ids> -k, --enable-msg-cat=<msg cats> -K, --disable-msg-cat=<msg cats> -m, --enable-msg=<msg ids> -M, --disable-msg=<msg ids> and maybe a few more. And a message saying "see manpage for a lot of other interesting options". (The short cuts in the section "Message control" are suggestions, too. | |
| priority | normal |
|---|---|
| type | enhancement |
| appeared in | <not specified> |
| done in | 0.21.0 |
| load | 0.200 |
| load left | 0.000 |
| closed by | <not specified> |


#9776 warning if return or break inside a finally
Comments
-
2009/07/21 11:10, written by afayolle
| reply to this comment
(add comment)I think the "long help" is worth keeping. A standard way of doing this is having -h / --help giving a short help, and -H / --option-help give the whole thing (and having this explained by the short help message).