Closed
Description
Description
I use the debug:container <service>
command quite often and always forget to add --show-arguments
.
What if I propose to enable --show-arguments
by default in Symfony 7.3?
Example
# Before
bin/console debug:container router --show-arguments
# After
bin/console debug:container router