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

Function register_param_shorthand_parser

awscli/argprocess.py:273–277  ·  view source on GitHub ↗
(event_emitter)

Source from the content-addressed store, hash-verified

271
272
273def register_param_shorthand_parser(event_emitter):
274 event_emitter.register(
275 'process-cli-arg',
276 ParamShorthandParser(),
277 )
278
279
280class ParamShorthand:

Callers

nothing calls this directly

Calls 2

registerMethod · 0.45

Tested by

no test coverage detected