We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9abf73 + 6f94ebd commit 63bcbffCopy full SHA for 63bcbff
1 file changed
bin/cli.js
@@ -4,5 +4,6 @@
4
require('codemod-cli').runTransform(
5
__dirname,
6
process.argv[2] /* transform name */,
7
- process.argv.slice(3) /* paths or globs */
+ process.argv.slice(3) /* paths or globs */,
8
+ 'hbs'
9
);
0 commit comments