MCPcopy Create free account
hub / github.com/aws/aws-cli / _run_main

Method _run_main

awscli/customizations/waiters.py:74–77  ·  view source on GitHub ↗
(self, parsed_args, parsed_globals)

Source from the content-addressed store, hash-verified

72 super(WaitCommand, self).__init__(session)
73
74 def _run_main(self, parsed_args, parsed_globals):
75 if parsed_args.subcommand is None:
76 self._raise_usage_error()
77 return 0
78
79 def _build_subcommand_table(self):
80 subcommand_table = super(WaitCommand, self)._build_subcommand_table()

Callers

nothing calls this directly

Calls 1

_raise_usage_errorMethod · 0.80

Tested by

no test coverage detected