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

Function register_streaming_output_arg

awscli/customizations/streamingoutputarg.py:18–22  ·  view source on GitHub ↗
(event_emitter)

Source from the content-addressed store, hash-verified

16
17
18def register_streaming_output_arg(event_emitter):
19 event_emitter.register(
20 'building-argument-table.*',
21 add_streaming_output_arg,
22 )
23
24
25def add_streaming_output_arg(

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected