I am using the php bin/console debug:autowiring
command to list the aliases to Symfony services as seen in the tutorial of your documentation Symfony: Services
But while I see that in its example it makes a complete list of all the aliases / services, in my terminal when I execute this command it does not show me any list. The command runs correctly without any error but does not show any listing. Do I have to install something to see this information correctly? Or maybe it's due to another cause?