mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
revert clumsy fingers
This commit is contained in:
parent
d90c272476
commit
0ccfb31955
|
@ -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
|
||||
):
|
||||
|
|
Loading…
Reference in New Issue
Block a user