|
def | __init__ (self) |
|
def | execute (self, options, args, tool) |
|
Public Member Functions inherited from webkitpy.tool.multicommandtool.Command |
def | __init__ (self, options=None, requires_local_commits=False) |
|
def | set_option_parser (self, option_parser) |
|
def | bind_to_tool (self, tool) |
|
def | name_with_arguments (self) |
|
def | parse_args (self, args) |
|
def | check_arguments_and_execute (self, options, args, tool=None) |
|
def | standalone_help (self) |
|
def | execute (self, options, args, tool) |
|
def | main (self, args=sys.argv) |
|
◆ __init__()
def webkitpy.tool.multicommandtool.HelpCommand.__init__ |
( |
|
self | ) |
|
◆ execute()
def webkitpy.tool.multicommandtool.HelpCommand.execute |
( |
|
self, |
|
|
|
options, |
|
|
|
args, |
|
|
|
tool |
|
) |
| |
◆ argument_names
webkitpy.tool.multicommandtool.HelpCommand.argument_names |
|
static |
◆ help_text
webkitpy.tool.multicommandtool.HelpCommand.help_text |
|
static |
◆ name
webkitpy.tool.multicommandtool.HelpCommand.name |
|
static |
◆ show_all_commands
webkitpy.tool.multicommandtool.HelpCommand.show_all_commands |
The documentation for this class was generated from the following file: