| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Symfony version | last Would it be interesting to be able to activate the profiler in the commands? Maybe something like this: ```cli $ php bin/console app:do:something --enable-profiler // do something Profiler token: http://localhost:8000/_profiler/b50ac4 ```