Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Open
Description
Description
I'm usingphp bin/console debug:router | awk 'NR>1' | sort -k 3 | column -t
to sort the output by Path name.
However, I'm missing the feature to open directly the definition of a route in my IDE.
I would love to have a--sort Path
,--sort Name
etc flag instead, so I could simply runphp bin/console debug:router --sort Path
.
Example
No response