[FrameworkBundle] Add --show-arguments example to debug:container command help text

This commit is contained in:
Jan Schädlich 2020-01-17 18:32:38 +01:00
parent e21b1538f3
commit f703a58215

View File

@ -74,6 +74,10 @@ To get specific information about a service, specify its name:
<info>php %command.full_name% validator</info>
To get specific information about a service including all its arguments, use the <info>--show-arguments</info> flag:
<info>php %command.full_name% validator --show-arguments</info>
To see available types that can be used for autowiring, use the <info>--types</info> flag:
<info>php %command.full_name% --types</info>