mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-26 02:17:06 +08:00
fixup help msg for --no-deps option
This commit is contained in:
parent
ded2428d8c
commit
1b2fb8f512
@ -557,8 +557,9 @@ def install(
|
|||||||
no_deps: Annotated[
|
no_deps: Annotated[
|
||||||
Optional[bool],
|
Optional[bool],
|
||||||
typer.Option(
|
typer.Option(
|
||||||
|
"--no-deps",
|
||||||
show_default=False,
|
show_default=False,
|
||||||
help="Use new fast dependency installer",
|
help="Skip installing any Python dependencies",
|
||||||
),
|
),
|
||||||
] = False,
|
] = False,
|
||||||
):
|
):
|
||||||
@ -586,8 +587,9 @@ def reinstall(
|
|||||||
no_deps: Annotated[
|
no_deps: Annotated[
|
||||||
Optional[bool],
|
Optional[bool],
|
||||||
typer.Option(
|
typer.Option(
|
||||||
|
"--no-deps",
|
||||||
show_default=False,
|
show_default=False,
|
||||||
help="Use new fast dependency installer",
|
help="Skip installing any Python dependencies",
|
||||||
),
|
),
|
||||||
] = False,
|
] = False,
|
||||||
):
|
):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user