We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a5a49 commit ed51466Copy full SHA for ed51466
‎comfy_cli/command/custom_nodes/command.py‎
@@ -942,7 +942,7 @@ def registry_install(
942
943
@app.command(
944
"pack",
945
- help="Pack the current node into a zip file. Ignorining .gitignore files.",
+ help="Pack the current node into a zip file using git-tracked files and honoring .comfyignore patterns.",
946
)
947
@tracking.track_command("pack")
948
def pack():
‎comfy_cli/tests/test_file_utils.py‎ ‎tests/comfy_cli/test_file_utils.py‎comfy_cli/tests/test_file_utils.py renamed to tests/comfy_cli/test_file_utils.py
0 commit comments