Skip to content

Commit

Permalink
minor #5275 remove not supported verbose options (SpacePossum)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.16 branch.

Discussion
----------

remove not supported verbose options

#4728 (comment)

Commits
-------

749c63a remove not supported verbose options
  • Loading branch information
SpacePossum committed Nov 21, 2020
2 parents a107c00 + 749c63a commit aed8ec4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions doc/usage.rst
Expand Up @@ -31,10 +31,9 @@ The ``--verbose`` option will show the applied rules. When using the ``txt`` for

NOTE: if there is an error like "errors reported during linting after fixing", you can use this to be even more verbose for debugging purpose

* ``--verbose=0`` or no option: normal
* ``--verbose``, ``--verbose=1``, ``-v``: verbose
* ``--verbose=2``, ``-vv``: very verbose
* ``--verbose=3``, ``-vvv``: debug
* `-v`: verbose
* `-vv`: very verbose
* `-vvv`: debug

The ``--rules`` option limits the rules to apply to the
project:
Expand Down
7 changes: 3 additions & 4 deletions src/Console/Command/HelpCommand.php
Expand Up @@ -78,10 +78,9 @@ public static function getHelpCopy()
NOTE: if there is an error like "errors reported during linting after fixing", you can use this to be even more verbose for debugging purpose
* `--verbose=0` or no option: normal
* `--verbose`, `--verbose=1`, `-v`: verbose
* `--verbose=2`, `-vv`: very verbose
* `--verbose=3`, `-vvv`: debug
* `-v`: verbose
* `-vv`: very verbose
* `-vvv`: debug
The <comment>--rules</comment> option limits the rules to apply to the
project:
Expand Down

0 comments on commit aed8ec4

Please sign in to comment.