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 644bbb9 commit d9acb03Copy full SHA for d9acb03
src/Config.php
@@ -632,10 +632,18 @@ public function processLongArgument($arg, $pos)
632
echo 'by Squiz (http://www.squiz.net)'.PHP_EOL;
633
exit(0);
634
case 'colors':
635
+ if (isset($this->overriddenDefaults['colors']) === true) {
636
+ break;
637
+ }
638
+
639
$this->colors = true;
640
$this->overriddenDefaults['colors'] = true;
641
break;
642
case 'no-colors':
643
644
645
646
647
$this->colors = false;
648
649
0 commit comments