Skip to content

Commit

Permalink
CLI: rename es6Imports flag to --es6-mixed-imports (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 19, 2022
1 parent 3d919d0 commit 9ea8969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { version } = require('../package.json');
program
.arguments('<filename>')
.version(version)
.option('--es6-mixedImports', 'Fetch all dependendies from a file that contains both CJS and ES6 imports')
.option('--es6-mixed-imports', 'Fetch all dependendies from a file that contains both CJS and ES6 imports')
.option('-t, --type <type>', 'The type of content being passed in. Useful if you want to use a non-JS detective')
.parse();

Expand Down

0 comments on commit 9ea8969

Please sign in to comment.