File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as globby from 'globby'
10
10
import createDebug from 'debug'
11
11
12
12
import builtInTransformations from '../transformations'
13
- import { excludedTransformations } from " ../transformations"
13
+ import { excludedTransformations } from ' ../transformations'
14
14
import vueTransformations from '../vue-transformations'
15
15
import runTransformation from '../src/runTransformation'
16
16
@@ -52,7 +52,8 @@ const {
52
52
'Run slot-attribute rule to convert HelloWorld.vue' ,
53
53
] ,
54
54
] )
55
- . help ( ) . argv
55
+ . help ( )
56
+ . alias ( 'h' , 'help' ) . argv
56
57
57
58
// TODO: port the `Runner` interface of jscodeshift
58
59
async function main ( ) {
@@ -105,6 +106,7 @@ function processTransformation(
105
106
continue
106
107
}
107
108
try {
109
+ debug ( `Processing file: ${ fileInfo . path } ` )
108
110
const result = runTransformation (
109
111
fileInfo ,
110
112
transformationModule ,
You can’t perform that action at this time.
0 commit comments