Open
Description
Symfony version(s) affected
6.4
Description
There is no difference between running:
bin/console debug:router --raw
and:
bin/console debug:router
I'm expecting a non-formatted output such as it was with version 5.4 (--format=txt)
How to reproduce
Run: bin/console debug:router --raw
Possible Solution
Additional Context
--raw flag was introduced in version 6.4
In version 5.4 we were using --format=txt