adoption flow
This commit is contained in:
@@ -42,3 +42,7 @@ def select(title, options):
|
||||
|
||||
def text(title):
|
||||
return questionary.text(title).ask()
|
||||
|
||||
|
||||
def confirm(title):
|
||||
return questionary.confirm(title).ask()
|
||||
|
||||
Reference in New Issue
Block a user