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

Method arg_table

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

Source from the content-addressed store, hash-verified

878
879 @property
880 def arg_table(self):
881 if self._arg_table is None:
882 self._arg_table = self._create_argument_table()
883 return self._arg_table
884
885 def _parse_potential_subcommand(self, args, subcommand_table):
886 if subcommand_table:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected