8000 minor #7399 Mention the "show-arguments" option of the "debug:contain… · symfony/symfony-docs@1942379 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1942379

Browse files
committed
minor #7399 Mention the "show-arguments" option of the "debug:container" command (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #7399). Discussion ---------- Mention the "show-arguments" option of the "debug:container" command This fixes #7366. Commits ------- dbf1db5 Mention the "show-arguments" option of the "debug:container" command
2 parents f7e80c6 + dbf1db5 commit 1942379

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)
0