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 48e7ded commit 9147740Copy full SHA for 9147740
components/console/usage.rst
@@ -77,6 +77,14 @@ with:
77
$ php app/console list --verbose
78
$ php app/console list -v
79
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
88
If you set the optional arguments to give your application a name and version::
89
90
$application = new Application('Acme Console Application', '1.2');
0 commit comments