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 f2a8c2e commit 2314a70Copy full SHA for 2314a70
Command/ContainerDebugCommand.php
@@ -74,6 +74,10 @@ protected function configure()
74
75
<info>php %command.full_name% validator</info>
76
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
81
To see available types that can be used for autowiring, use the <info>--types</info> flag:
82
83
<info>php %command.full_name% --types</info>
0 commit comments