We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96b518 commit ca5f91cCopy full SHA for ca5f91c
index.js
@@ -69,7 +69,7 @@ Promise.resolve()
69
error('Input Error: You must pass a valid list of files to parse')
70
}
71
72
- if (i.length > 1 && !argv.dir && !argv.replace) {
+ if (i.length > 1 && !argv.dir && !argv.replace && !output) {
73
error(
74
'Input Error: Must use --dir or --replace with multiple input files'
75
)
0 commit comments