fix: --quiet flag was ignored
This commit is contained in:
Родитель
b0856fdbc2
Коммит
ec25ae7fe1
|
@ -15,7 +15,7 @@ function startMaster() {
|
|||
)
|
||||
.option('--write', 'Whether to write files to the output')
|
||||
.option('--concurrency [value]', 'Maximum concurrency', cpus().length)
|
||||
.option('--quiet, -q', 'If set, pprettier will not output progress')
|
||||
.option('-q, --quiet', 'If set, pprettier will not output progress')
|
||||
.version(`@mixer/parallel-prettier version ${version} / prettier version ${prettier.version}`)
|
||||
.parse(process.argv);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче