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

Method create_parser

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

Source from the content-addressed store, hash-verified

778 )
779
780 def create_parser(self):
781 command_table = self._get_command_table()
782 # Also add a 'help' command.
783 command_table['help'] = self.create_help_command()
784 return ServiceArgParser(
785 operations_table=command_table, service_name=self._name
786 )
787
788
789class ServiceOperation:

Callers 1

__call__Method · 0.95

Calls 3

_get_command_tableMethod · 0.95
create_help_commandMethod · 0.95
ServiceArgParserClass · 0.90

Tested by

no test coverage detected