pylint #9787 proposition for simple pylint --help [resolved]
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 |
done in | 0.21.0 |
load | 0.200 |
load left | 0.000 |
closed by | <not specified> |
similar entities
- pylint #9791 have simple message (ids) listing
- pylint #9774 some thoughts for simplifying the user interface
- pylint #4018 option to specify a directory when using file-output option
- pylint #19799 "pylint -blah" exit with status 2
- pylint #4983 new py2.5 check: test "yield" in "try" body with yield in exception handlers.
[see all]
Comments
-
2009/07/21 09:10
add commentI 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).