Skip to content

Commit

Permalink
add hidden to dependency command
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Sep 19, 2024
1 parent ce20b62 commit 1a467ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comfy_cli/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ def feedback():
rprint("Thank you for your feedback!")


@app.command(hidden=True)
@app.command(
help="Given an existing installation of comfy core and any custom nodes, installs any needed python dependencies"
)
Expand Down

0 comments on commit 1a467ed

Please sign in to comment.