Made logging look nicer

This commit is contained in:
Zvonimir Sabljic
2023-08-25 14:21:41 +02:00
parent f0cc8cdc59
commit f4dc07407e
9 changed files with 23 additions and 16 deletions

View File

@@ -33,4 +33,7 @@ def styled_text(project, question):
}
response = questionary.text(question, **config).unsafe_ask() # .ask() is included here
user_input = save_user_input(project, question, response)
print('\n\n', end='')
return response