Skip to content

Commit

Permalink
fix: change --directory to expect a string (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
imedadel authored Sep 4, 2021
1 parent 66b7a35 commit 8e77f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ yargs(hideBin(process.argv))
.option('directory', {
alias: 'D',
description: 'Path to node_modules.',
type: 'boolean',
type: 'string',
default: 'node_modules',
})
.option('glob-file', {
Expand Down

0 comments on commit 8e77f83

Please sign in to comment.