Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 0e95215

Browse files
committed
Added --no-progress option to help (#99)
1 parent 6e0077a commit 0e95215

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ For colored output install the suggested package `jakub-onderka/php-console-high
2929
- `-j <num>` Run <num> jobs in parallel (default: 10).
3030
- `--colors` Force enable colors in console output.
3131
- `--no-colors` Disable colors in console output.
32+
- `--no-progress` Disable progress in console output.
3233
- `--json` Output results as JSON string (require PHP 5.4).
3334
- `--blame` Try to show git blame for row with error.
3435
- `--git <git>` Path to Git executable to show blame message (default: 'git').

parallel-lint.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function showOptions()
3030
-j <num> Run <num> jobs in parallel (default: 10).
3131
--colors Enable colors in console output. (disables auto detection of color support)
3232
--no-colors Disable colors in console output.
33+
--no-progress Disable progress in console output.
3334
--json Output results as JSON string (require PHP 5.4).
3435
--blame Try to show git blame for row with error.
3536
--git <git> Path to Git executable to show blame message (default: 'git').

0 commit comments

Comments
 (0)