10BC0 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
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