This repository was archived by the owner on Jul 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ For colored output install the suggested package `jakub-onderka/php-console-high
29
29
- ` -j <num> ` Run <num > jobs in parallel (default: 10).
30
30
- ` --colors ` Force enable colors in console output.
31
31
- ` --no-colors ` Disable colors in console output.
32
+ - ` --no-progress ` Disable progress in console output.
32
33
- ` --json ` Output results as JSON string (require PHP 5.4).
33
34
- ` --blame ` Try to show git blame for row with error.
34
35
- ` --git <git> ` Path to Git executable to show blame message (default: 'git').
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ function showOptions()
30
30
-j <num> Run <num> jobs in parallel (default: 10).
31
31
--colors Enable colors in console output. (disables auto detection of color support)
32
32
--no-colors Disable colors in console output.
33
+ --no-progress Disable progress in console output.
33
34
--json Output results as JSON string (require PHP 5.4).
34
35
--blame Try to show git blame for row with error.
35
36
--git <git> Path to Git executable to show blame message (default: 'git').
You can’t perform that action at this time.
0 commit comments