This commit is contained in:
Chris West (Faux) 2020-02-08 17:35:11 +00:00
Родитель b0856fdbc2
Коммит ec25ae7fe1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);