mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
typos
This commit is contained in:
parent
a41843c9b2
commit
1ef0303c41
2 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue