Open tom-combet opened 2 years ago
Describe the bug Interrupting multiple-steps make commands leads to a broken terminal: input becomes invisible.
To Reproduce Steps to reproduce the behavior:
php bin/console make-to /path/to/project make:entity
Expected behavior We should be able to cancel the process without any bug.
Additional context Related to https://github.com/symfony/symfony/issues/44045.
Fixed for Unix in https://github.com/Kaudaj/prestashop-maker/commit/549a20326c9b17f10edbc53b3d23e36d5e92cc4f.
Only reproducible in Windows now. Can't find a way to fix it for the moment.
Describe the bug Interrupting multiple-steps make commands leads to a broken terminal: input becomes invisible.
To Reproduce Steps to reproduce the behavior:
php bin/console make-to /path/to/project make:entity
.Expected behavior We should be able to cancel the process without any bug.
Additional context Related to https://github.com/symfony/symfony/issues/44045.