auto name gen
This commit is contained in:
@@ -40,8 +40,8 @@ def select(title, options):
|
||||
return questionary.select(title, options).ask()
|
||||
|
||||
|
||||
def text(title):
|
||||
return questionary.text(title).ask()
|
||||
def text(title, default):
|
||||
return questionary.text(title, default=default).ask()
|
||||
|
||||
|
||||
def confirm(title):
|
||||
|
||||
Reference in New Issue
Block a user