Skip to content

Commit ed51466

Browse files
committed
- Update pack command help text to clarify .comfyignore usage 📦
- Add tests for zip_files function to ensure .comfyignore compliance 🧪
1 parent e9a5a49 commit ed51466

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎comfy_cli/command/custom_nodes/command.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ def registry_install(
942942

943943
@app.command(
944944
"pack",
945-
help="Pack the current node into a zip file. Ignorining .gitignore files.",
945+
help="Pack the current node into a zip file using git-tracked files and honoring .comfyignore patterns.",
946946
)
947947
@tracking.track_command("pack")
948948
def pack():

0 commit comments

Comments
 (0)