### 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 ```shell # Before bin/console debug:container router --show-arguments # After bin/console debug:container router ```