Skip to content

Commit 2314a70

Browse files
committed
[FrameworkBundle] Add --show-arguments example to debug:container command help text
1 parent f2a8c2e commit 2314a70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Command/ContainerDebugCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ protected function configure()
7474
7575
<info>php %command.full_name% validator</info>
7676
77+
To get specific information about a service including all its arguments, use the <info>--show-arguments</info> flag:
78+
79+
<info>php %command.full_name% validator --show-arguments</info>
80+
7781
To see available types that can be used for autowiring, use the <info>--types</info> flag:
7882
7983
<info>php %command.full_name% --types</info>

0 commit comments

Comments
 (0)