rbtools.commands.main¶
Main handler for the rbt command.
Functions
|
|
|
Execute a command. |
|
Print help text from a command class. |
- rbtools.commands.main.print_help_text(command_class, argv)[source]¶
Print help text from a command class.
This will work with any of the following invocations:
rbt help <command>
rbt help <command> <subcommand>
rbt --help <command>
rbt --help <command> <subcommand>
rbt <command> --help
rbt <command> --help <subcommand>
rbt <command> <subcommand> --help