Skip to content

Commit

Permalink
Merge pull request #9590 from dantleech/add-error-level-option-help
Browse files Browse the repository at this point in the history
Add CLI help for the error-level option
  • Loading branch information
orklah committed Mar 31, 2023
2 parents 8b9ad1e + 4fef4a2 commit fd4f7b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Psalm/Internal/Cli/Psalm.php
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,9 @@ private static function getHelpText(): string
--php-version=PHP_VERSION
Explicitly set PHP version to analyse code against.
--error-level=ERROR_LEVEL
Set the error reporting level
Surfacing issues:
--show-info[=BOOLEAN]
Show non-exception parser findings (defaults to false).
Expand Down

0 comments on commit fd4f7b7

Please sign in to comment.