MCPcopy
hub / github.com/aws/aws-cli / emit_top_level_args_parsed_event

Function emit_top_level_args_parsed_event

awscli/utils.py:396–397  ·  view source on GitHub ↗
(session, args)

Source from the content-addressed store, hash-verified

394
395
396def emit_top_level_args_parsed_event(session, args):
397 session.emit('top-level-args-parsed', parsed_args=args, session=session)
398
399
400def is_a_tty():

Callers 2

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected