Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
register_streaming_output_arg(event_emitter):
19
event_emitter.register(
20
'building-argument-table.*'
,
21
add_streaming_output_arg,
22
)
23
24
25
def
add_streaming_output_arg(
Callers
nothing calls this directly
Calls
1
register
Method · 0.45
Tested by
no test coverage detected