We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9abf73 commit 6f94ebdCopy full SHA for 6f94ebd
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