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

Function _handler

awscli/customizations/utils.py:93–94  ·  view source on GitHub ↗
(parsed_args, **kwargs)

Source from the content-addressed store, hash-verified

91
92def validate_mutually_exclusive_handler(*groups):
93 def _handler(parsed_args, **kwargs):
94 return validate_mutually_exclusive(parsed_args, *groups)
95
96 return _handler
97

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected