Allow --help for rbt commands.
Review Request #4228 — Created June 10, 2013 and submitted
Information | |
---|---|
smacleod | |
RBTools | |
master | |
2998 | |
Reviewers | |
rbtools | |
Allow --help for rbt commands. In order to print help for a command, the user would need to call "rbt help <command-name>". We now also allow the "--help" option both before or after the command name. For example, both "rbt --help <command-name>" and "rbt <command-name> --help" will now print help for the command.
Ran rbt commands with '--help' in various positions. rbt --help rbt --help status rbt status --help etc.

-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: rbtools/commands/main.py Ignored Files:
SU
-
-
rbtools/commands/main.py (Diff revision 2) Do you think "usage" needs some corrections now we have options for rbt ?