Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a flag to sort debug:router output by alphabetical order, according to a column name #54847

Open
awsms opened this issue May 6, 2024 · 0 comments

Comments

@awsms
Copy link

awsms commented May 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants