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 9ae0f80 commit 8505f82Copy full SHA for 8505f82
website/docs/api/codeshift-cli.mdx
@@ -48,7 +48,7 @@ Allows you to execute local transform file(s).
48
49
- `$ codeshift-cli --transform codemods/my-special-mod /project/src/file.js`
50
- `$ codeshift-cli --transform codemods/my-special-mod/index.ts /project/src/file.js`
51
-- `$ codeshift-cli --transform path/to/transform1.ts, path/to/transform2.ts, path/to/transform3.ts /project/src/file.js`
+- `$ codeshift-cli --transform path/to/transform1.ts,path/to/transform2.ts,path/to/transform3.ts /project/src/file.js`
52
53
### --packages
54
0 commit comments