We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cddb81 commit 4db6b26Copy full SHA for 4db6b26
bin/cmd.js
@@ -22,10 +22,10 @@ program
22
'-i, --input [path]',
23
'Validate input path'
24
)
25
- .option(
26
- '--exclude [path]',
27
- 'Exclude from input path'
28
- )
+ .option(
+ '--exclude [path]',
+ 'Exclude from input path'
+ )
29
.option(
30
'-a, --asciiquotes',
31
'Specifies whether ASCII quotation marks are substituted for Unicode smart quotation marks in messages.'
@@ -108,8 +108,8 @@ function detectUserOptions () {
108
let userOptions = {
109
output: false,
110
exec: {},
111
- filterfile: program.filterfile,
112
- filterpattern: program.filterpattern
+ filterfile: program.filterfile,
+ filterpattern: program.filterpattern
113
};
114
115
cliProps.forEach((prop) => {
0 commit comments