Skip to content

Commit 9147740

Browse files
committed
Add note about the additional verbosity flags
1 parent 48e7ded commit 9147740

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/console/usage.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ with:
7777
$ php app/console list --verbose
7878
$ php app/console list -v
7979
80+
The verbose flag can optionally take a value between 1 (default) and 3 to
81+
output even more verbose messages:
82+
83+
$ php app/console list --verbose=2
84+
$ php app/console list -vv
85+
$ php app/console list --verbose=3
86+
$ php app/console list -vvv
87+
8088
If you set the optional arguments to give your application a name and version::
8189

8290
$application = new Application('Acme Console Application', '1.2');

0 commit comments

Comments
 (0)