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

Function exit_app

awscli/customizations/prompts.py:157–158  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

155
156 @app_bindings.add('c-c')
157 def exit_app(event):
158 event.app.exit(exception=KeyboardInterrupt, style='class:aborting')
159
160 app = Application(
161 layout=layout,

Callers

nothing calls this directly

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected