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

Method subcommand_table

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

Source from the content-addressed store, hash-verified

710
711 @property
712 def subcommand_table(self):
713 return self._get_command_table()
714
715 @property
716 def arg_table(self):

Callers

nothing calls this directly

Calls 1

_get_command_tableMethod · 0.95

Tested by

no test coverage detected