You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.