Add default choices for features that use ask kitten

This commit is contained in:
pagedown
2022-01-22 03:21:59 +08:00
parent 9a119255fe
commit 88ee5e95fc
3 changed files with 4 additions and 2 deletions

View File

@@ -262,6 +262,7 @@ class Choose(Handler):
self.draw_screen()
def on_interrupt(self) -> None:
self.response = ''
self.quit_loop(1)
on_eot = on_interrupt