[9.x] Redesign php artisan schedule:list Command.#41445
Merged
Conversation
Member
Author
|
Looks like the Thoughts? |
…work into feat/redesign-schedule-list
Member
|
@xiCO2k ready now? |
Member
Author
|
Yep |
Member
|
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 |
Member
|
@flightsupport please see #41494 |
Member
Author
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR Improves the look for the
php artisan schedule:listcommand.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