mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 04:43: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(
|
@click.command(
|
||||||
"init",
|
"init",
|
||||||
short_help="Initializes kiwi-scp"
|
short_help="Initializes kiwi-scp",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"-f/-F",
|
"-f/-F",
|
||||||
|
|
|
@ -34,7 +34,6 @@ project_command = _MultiDecorator([_project_arg])
|
||||||
service_command = _MultiDecorator([_project_arg, _service_arg])
|
service_command = _MultiDecorator([_project_arg, _service_arg])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def user_query(description: str, default: Any, cast_to: Type[Any] = str):
|
def user_query(description: str, default: Any, cast_to: Type[Any] = str):
|
||||||
# prompt user as per argument
|
# prompt user as per argument
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in a new issue