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 3f6105f commit 3a46084Copy full SHA for 3a46084
run.php
@@ -111,14 +111,19 @@ function usage() {
111
$i++;
112
$options['config'] = $_SERVER['argv'][$i];
113
break;
114
-
+
115
case "--debug":
116
$options['debug'] = true;
117
118
119
case "--linecount":
120
$options['linecount'] = true;
121
122
123
+ case "--max-errors":
124
+ $i++;
125
+ $options['max-errors'] = $_SERVER['argv'][$i];
126
+ break;
127
128
case "--progress":
129
$options['progress'] = true;
0 commit comments