MCPcopy Index your code
hub / github.com/aws/aws-cli / create_help_command

Method create_help_command

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

Source from the content-addressed store, hash-verified

532 )
533
534 def create_help_command(self):
535 cli_data = self._get_cli_data()
536 return ProviderHelpCommand(
537 self.session,
538 self._get_command_table(),
539 self._get_argument_table(),
540 cli_data.get('description', None),
541 cli_data.get('synopsis', None),
542 cli_data.get('help_usage', None),
543 )
544
545 def _cli_version(self):
546 version_string = (

Callers 2

create_parserMethod · 0.95

Calls 4

_get_cli_dataMethod · 0.95
_get_command_tableMethod · 0.95
_get_argument_tableMethod · 0.95
ProviderHelpCommandClass · 0.90

Tested by 1