Skip to content

Commit

Permalink
1.5.2 - bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WezomDev committed Nov 16, 2019
1 parent 4cddb81 commit 4db6b26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ program
'-i, --input [path]',
'Validate input path'
)
.option(
'--exclude [path]',
'Exclude from input path'
)
.option(
'--exclude [path]',
'Exclude from input path'
)
.option(
'-a, --asciiquotes',
'Specifies whether ASCII quotation marks are substituted for Unicode smart quotation marks in messages.'
Expand Down Expand Up @@ -108,8 +108,8 @@ function detectUserOptions () {
let userOptions = {
output: false,
exec: {},
filterfile: program.filterfile,
filterpattern: program.filterpattern
filterfile: program.filterfile,
filterpattern: program.filterpattern
};

cliProps.forEach((prop) => {
Expand Down

0 comments on commit 4db6b26

Please sign in to comment.