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

Method confirm

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

Source from the content-addressed store, hash-verified

125
126 @kb.add('enter')
127 def confirm(event):
128 result = [self._items[i] for i in sorted(self._selected)]
129 event.app.exit(result=result)
130
131 return kb
132

Callers

nothing calls this directly

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected