mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
chore(cli): update download help messages
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
parent
e197225739
commit
560164f613
@ -53,7 +53,7 @@ def download(
|
|||||||
...,
|
...,
|
||||||
"-o",
|
"-o",
|
||||||
"--output-dir",
|
"--output-dir",
|
||||||
help="The directory where all the models are downloaded.",
|
help="The directory where to download the models.",
|
||||||
),
|
),
|
||||||
] = (settings.cache_dir / "models"),
|
] = (settings.cache_dir / "models"),
|
||||||
force: Annotated[
|
force: Annotated[
|
||||||
@ -62,7 +62,7 @@ def download(
|
|||||||
models: Annotated[
|
models: Annotated[
|
||||||
Optional[list[_AvailableModels]],
|
Optional[list[_AvailableModels]],
|
||||||
typer.Argument(
|
typer.Argument(
|
||||||
help=f"Models to download (default behavior: all will be downloaded)",
|
help=f"Models to download (default behavior: a predefined set of models will be downloaded)",
|
||||||
),
|
),
|
||||||
] = None,
|
] = None,
|
||||||
quiet: Annotated[
|
quiet: Annotated[
|
||||||
|
Loading…
Reference in New Issue
Block a user