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

Method _run_main

awscli/customizations/wizard/commands.py:96–101  ·  view source on GitHub ↗
(self, parsed_args, parsed_globals)

Source from the content-addressed store, hash-verified

94 return [name for name in wizards if not name.startswith('_')]
95
96 def _run_main(self, parsed_args, parsed_globals):
97 if self._wizard_exists():
98 self._run_wizard()
99 return 0
100 else:
101 self._raise_usage_error()
102
103 def _wizard_exists(self):
104 return self._loader.wizard_exists(

Callers

nothing calls this directly

Calls 3

_wizard_existsMethod · 0.95
_run_wizardMethod · 0.95
_raise_usage_errorMethod · 0.80

Tested by

no test coverage detected