1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 20:33:00 +00:00
This commit is contained in:
Jörn-Michael Miehe 2021-10-22 17:43:29 +02:00
parent a41843c9b2
commit 1ef0303c41
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from ..misc import user_query
@click.command(
"init",
short_help="Initializes kiwi-scp"
short_help="Initializes kiwi-scp",
)
@click.option(
"-f/-F",

View file

@ -34,7 +34,6 @@ project_command = _MultiDecorator([_project_arg])
service_command = _MultiDecorator([_project_arg, _service_arg])
def user_query(description: str, default: Any, cast_to: Type[Any] = str):
# prompt user as per argument
while True: