This commit is contained in:
2026-06-24 12:57:21 -04:00
parent cdfd01b053
commit 47d2d7bc67
7 changed files with 63 additions and 16 deletions

View File

@@ -38,3 +38,7 @@ def splash():
def select(title, options):
return questionary.select(title, options).ask()
def text(title):
return questionary.text(title).ask()