Ask the user to retry their cmd if we interrupt with an autocommit

This commit is contained in:
Paul Gauthier 2023-05-17 16:19:15 -07:00
parent cc0ee034f4
commit bdae74a9a8

View file

@ -222,6 +222,9 @@ class Coder:
]
self.cur_messages = []
self.io.tool("Use up-arrow to retry previous command:", inp)
return
if not inp:
return