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 c90afb3 commit 3ce2dd9Copy full SHA for 3ce2dd9
bin/cli.js
@@ -220,9 +220,10 @@ function run() {
220
path Files or directory to transform. Can be a glob like src/**.test.js
221
222
Options
223
- --force Bypass Git safety checks and forcibly run codemods
224
- --dry Dry run (no changes are made to files)
225
- --print Print transformed files to your terminal
+ --force Bypass Git safety checks and forcibly run codemods
+ --dry Dry run (no changes are made to files)
+ --print Print transformed files to your terminal
226
+ --explicit-require Transform only if React is imported in the file (default: true)
227
228
--jscodeshift (Advanced) Pass options directly to jscodeshift
229
`
0 commit comments