We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0beda8a + ae96954 commit 265163eCopy full SHA for 265163e
src/cli_tools/tools.py
@@ -19,4 +19,4 @@ def wait_for_enter():
19
def get_user_input(message: str):
20
"""Method to ask for user input, but uses following format:
21
'What is your name? >>> '"""
22
- return input(f"{message} >>>")
+ return input(f"{message} >>> ")
0 commit comments