-
Notifications
You must be signed in to change notification settings - Fork 11k
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
[9.x] Redesign php artisan schedule:list
Command.
#41445
[9.x] Redesign php artisan schedule:list
Command.
#41445
Conversation
Looks like the Thoughts? |
…work into feat/redesign-schedule-list
@xiCO2k ready now? |
Yep |
Thanks for your work on this! ❤️ |
I think scheduled jobs should be visible without having to set the -v flag. Output without -v Output with -v
|
@flightsupport please see #41494 |
It is not that much clear a Job, but I will think on a way to show the job correctly like a command schedule. Thanks for pointing that out @flightsupport |
This PR Improves the look for the
php artisan schedule:list
command.The design was heavily inspired by the new version of the
route:list
.Before:
After
Also there is available a verbose mode that will show the full cli path, *raw dates and description.
Verbose Mode
Cheers,
Francisco