Open
Description
Description
I'm using php 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 run php bin/console debug:router --sort Path
.
Example
No response