This commit is contained in:
2026-04-17 19:07:34 -04:00
parent bd50bbd1fa
commit bcc077f9d8
2 changed files with 5 additions and 1 deletions

View File

@@ -70,3 +70,7 @@ def confirm(message, default=True):
def filepath(message, default=True):
return questionary.path(message, default=default, style=STYLE).ask()
def press_any_key_to_continue(message):
return questionary.press_any_key_to_continue(message).ask()