Skip to content

Commit dbf1db5

Browse files
javiereguiluzxabbuh
authored andcommitted
Mention the "show-arguments" option of the "debug:container" command
1 parent c45a7f2 commit dbf1db5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

service_container/debug.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ its id:
3131
.. code-block:: terminal
3232
3333
$ php bin/console debug:container app.mailer
34+
35+
By default, the arguments of the services are not included in the output. Add the
36+
``--show-arguments`` option to show them:
37+
38+
.. versionadded:: 3.3
39+
The ``--show-arguments`` option was introduced in Symfony 3.3.
40+
41+
.. code-block:: terminal
42+
43+
$ php bin/console debug:container app.mailer --show-arguments

0 commit comments

Comments
 (0)