We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42d44c commit a658623Copy full SHA for a658623
components/console/usage.rst
@@ -77,14 +77,11 @@ with:
77
$ php application.php list --verbose
78
$ php application.php list -v
79
80
-The verbose flag can optionally take a value between 1 (default) and 3 to
81
-output even more verbose messages:
+To output even more verbose messages you can use these options:
82
83
.. code-block:: bash
84
85
- $ php application.php list --verbose=2
86
$ php application.php list -vv
87
- $ php application.php list --verbose=3
88
$ php application.php list -vvv
89
90
If you set the optional arguments to give your application a name and version::
0 commit comments