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.
2 parents 0c0b63a + e166c28 commit 9666b94Copy full SHA for 9666b94
bin/pcsf-baseline
@@ -40,7 +40,7 @@ $absolutePathMaker = static function (string $path) use ($projectPath): string {
40
41
$options = (static function () use ($absolutePathMaker): array {
42
$values = [];
43
- $options = getopt('b:c:f:', ['baseline', 'config', 'finder']);
+ $options = getopt('b:c:f:', ['baseline:', 'config:', 'finder:']);
44
$defaults = [
45
'.php-cs-fixer-baseline.json' => ['b', 'baseline'],
46
'.php-cs-fixer.dist.php' => ['c', 'config'],
0 commit comments