revert clumsy fingers

This commit is contained in:
svlandeg 2023-03-27 18:57:42 +02:00
parent d90c272476
commit 0ccfb31955

View File

@ -19,7 +19,7 @@ def download_cli(
# fmt: off
ctx: typer.Context,
model: str = Arg(..., help="Name of pipeline package to download"),
direct: bool = Opt(False, "--direct", "-d", "-D", help="Force direct download PROJECT_of name + version"),
direct: bool = Opt(False, "--direct", "-d", "-D", help="Force direct download of name + version"),
sdist: bool = Opt(False, "--sdist", "-S", help="Download sdist (.tar.gz) archive instead of pre-built binary wheel"),
# fmt: on
):