COT.commands.help module¶
Provide 'help' keyword for COT CLI.
-
class
COTHelp(ui)[source]¶ Bases:
COT.commands.command.CommandProvide 'help <subcommand>' syntax.
Inherited attributes:
uiAttributes:
subcommand-
__init__(ui)[source]¶ Instantiate this command with the given UI.
Parameters: ui (UI) -- User interface instance.
-
subcommand¶ CLI subcommand to give help for.
If
None, then help will be displayed for the COT global parser.
-