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

Method _run_main

awscli/customizations/wizard/devcommands.py:75–77  ·  view source on GitHub ↗
(self, args, parsed_globals)

Source from the content-addressed store, hash-verified

73 self._dev_runner = dev_runner
74
75 def _run_main(self, args, parsed_globals):
76 if args.run_wizard is not None:
77 return self._run_wizard(args.run_wizard)
78
79 def _run_wizard(self, wizard_contents):
80 self._dev_runner.run_wizard(wizard_contents)

Callers

nothing calls this directly

Calls 1

_run_wizardMethod · 0.95

Tested by

no test coverage detected