8000 remove documentation of not supported "verbose" option value by TobiasXy · Pull Request #6491 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

remove documentation of not supported "verbose" option value #6491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions components/console/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,11 @@ with:
$ php application.php list --verbose
$ php application.php list -v

The verbose flag can optionally take a value between 1 (default) and 3 to
output even more verbose messages:
To output even more verbose messages you can use these options:

.. code-block:: bash

$ php application.php list --verbose=2
$ php application.php list -vv
$ php application.php list --verbose=3
$ php application.php list -vvv

If you set the optional arguments to give your application a name and version::
Expand Down
0