We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f7837d + bfede23 commit e7a60c6Copy full SHA for e7a60c6
1 file changed
src/options-support.js
@@ -1,6 +1,14 @@
1
const yargs = require('yargs');
2
3
-const jsCodeShiftOptions = ['ignore-config', 'ignore-pattern'];
+const jsCodeShiftOptions = [
4
+ 'dry',
5
+ 'ignore-config',
6
+ 'ignore-pattern',
7
+ 'print',
8
+ 'run-in-band',
9
+ 'silent',
10
+ 'verbose',
11
+];
12
13
function parseTransformArgs(args, codeShiftOptions = jsCodeShiftOptions) {
14
let parsedArgs = yargs.parse(args);
0 commit comments