MCPcopy
hub / github.com/aws/aws-cli / create_help_command

Method create_help_command

awscli/clidriver.py:769–778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

767 command_obj.lineage = self.lineage + [command_obj]
768
769 def create_help_command(self):
770 command_table = self._get_command_table()
771 return ServiceHelpCommand(
772 session=self.session,
773 obj=self._get_service_model(),
774 command_table=command_table,
775 arg_table=None,
776 event_class='.'.join(self.lineage_names),
777 name=self._name,
778 )
779
780 def create_parser(self):
781 command_table = self._get_command_table()

Callers 1

create_parserMethod · 0.95

Calls 3

_get_command_tableMethod · 0.95
_get_service_modelMethod · 0.95
ServiceHelpCommandClass · 0.90

Tested by

no test coverage detected