Replies: 2 comments
-
I think what the help text intends to say is that the default sorting order is by However, I agree that using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey there, We're closing this issue because it's inactive, already solved, old, or not relevant anymore. Feel free to open up a new issue if you're still experiencing this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
8.56.0
7.4.23
Description:
Currently the help text for
route:list
shows that without an option value,uri
will be used. This currently throws an exception since sort is undefined here without passing the option.Stacktrace
Steps To Reproduce:
Execute
route:list
without a sort value:./artisan route:list --sort
. The expectation is the route list is output, sorting byuri
.I can throw a pull request together if the default
uri
sort is still the intended functionality.Beta Was this translation helpful? Give feedback.
All reactions