Closed
Description
In the current documentation, in the paragraph where it explains how to inject services in a command, the documentation doesn't state that you should call parent::__construct
.
https://symfony.com/doc/current/console.html#getting-services-from-the-service-container
However, it is explained in the documentation about defining Commands as services.
https://symfony.com/doc/current/console/commands_as_services.html
I think we should add this information in the first link to avoid user having unusable Commands.