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

Commit

Permalink
Added --no-progress option to help (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed May 27, 2017
1 parent 6e0077a commit 0e95215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ For colored output install the suggested package `jakub-onderka/php-console-high
- `-j <num>` Run <num> jobs in parallel (default: 10).
- `--colors` Force enable colors in console output.
- `--no-colors` Disable colors in console output.
- `--no-progress` Disable progress in console output.
- `--json` Output results as JSON string (require PHP 5.4).
- `--blame` Try to show git blame for row with error.
- `--git <git>` Path to Git executable to show blame message (default: 'git').
Expand Down
1 change: 1 addition & 0 deletions parallel-lint.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function showOptions()
-j <num> Run <num> jobs in parallel (default: 10).
--colors Enable colors in console output. (disables auto detection of color support)
--no-colors Disable colors in console output.
--no-progress Disable progress in console output.
--json Output results as JSON string (require PHP 5.4).
--blame Try to show git blame for row with error.
--git <git> Path to Git executable to show blame message (default: 'git').
Expand Down

0 comments on commit 0e95215

Please # to comment.