fix: add required file argument to transform usage example

Addresses review feedback:
https://github.com/Comfy-Org/ComfyUI_frontend/pull/10694#discussion_r3005550579
This commit is contained in:
bymyself
2026-03-28 18:58:12 -07:00
parent 1244a9c204
commit 5e43d55bc7

View File

@@ -8,7 +8,7 @@ From the repo root:
```bash
pnpm comfy-test record # Record a new test
pnpm comfy-test transform # Transform raw codegen to conventions
pnpm comfy-test transform <file> # Transform raw codegen to conventions
pnpm comfy-test check # Check environment prerequisites
pnpm comfy-test list # List available workflows
```