Pierre Ambroise
Pierre Ambroise
Fixes #1663
If we specify the entity name in the command argument, some questions are not asked. This PR ensures that no questions are skipped. :) Fixes #975
While working on symfony/ux#2447 @smnandre and I saw that the TurboStreamListenRenderer service is configured in [this line](https://github.com/symfony/mercure-bundle/blob/77435d740b228e9f5f3f065b6db564f85f2cdb64/src/DependencyInjection/MercureExtension.php#L211). Today, we need to change the configuration. How can we handle this? See...