From 1a467ed5506c2617f68c12a6cd28a2c40f246530 Mon Sep 17 00:00:00 2001 From: telamonian Date: Thu, 19 Sep 2024 18:00:36 +0900 Subject: [PATCH] add hidden to `dependency` command --- comfy_cli/cmdline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_cli/cmdline.py b/comfy_cli/cmdline.py index b784bea..ea29279 100644 --- a/comfy_cli/cmdline.py +++ b/comfy_cli/cmdline.py @@ -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" )