Skip to content

Commit 4db6b26

Browse files
committed
1.5.2 - bug fix
1 parent 4cddb81 commit 4db6b26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bin/cmd.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ program
2222
'-i, --input [path]',
2323
'Validate input path'
2424
)
25-
.option(
26-
'--exclude [path]',
27-
'Exclude from input path'
28-
)
25+
.option(
26+
'--exclude [path]',
27+
'Exclude from input path'
28+
)
2929
.option(
3030
'-a, --asciiquotes',
3131
'Specifies whether ASCII quotation marks are substituted for Unicode smart quotation marks in messages.'
@@ -108,8 +108,8 @@ function detectUserOptions () {
108108
let userOptions = {
109109
output: false,
110110
exec: {},
111-
filterfile: program.filterfile,
112-
filterpattern: program.filterpattern
111+
filterfile: program.filterfile,
112+
filterpattern: program.filterpattern
113113
};
114114

115115
cliProps.forEach((prop) => {

0 commit comments

Comments
 (0)