Searched refs:HelpCommand (Results 1 – 2 of 2) sorted by relevance
166 class HelpCommand(AbstractDeclarativeCommand): class219 self.help_command = self.command_by_name(HelpCommand.name)222 self.help_command = HelpCommand()
24412 for HelpCommand to be able to reach the tool from _help_epilog().24415 - Move "help" logic into HelpCommand.execute()