Closed as not planned
Closed as not planned
Description
Symfony version(s) affected
4.4 maybe lower
Description
When running a console command via symfony cli the console returns a hint with the bin/console command.
Running symfony console make:migration
returns an output with an hinted next command php bin/console doctrine:migrations:migrate
. Expected would be symfony console doctrine:migrations:migrate
.
As this happens not just on make: commands it maybe something that could be fixed on the console component.
How to reproduce
$ symfony console make:migration
Success!
Next: Review the new migration "migrations/Version20220617164704.php"
Then: Run the migration with php bin/console doctrine:migrations:migrate
See https://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html
Possible Solution
Make console component aware of called via symfony cli.
Additional Context
No response