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.
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
WP-CLI #1071
WP-CLI #1071
Changes from 16 commits
163dd7a
a34d670
3e3246f
76e55cf
b947a6e
d824cbc
d3e9106
bfbea08
9da1887
2e6aec6
9b6ac43
22654ee
1544e27
23dc21e
645c858
1565b5e
b56f255
830738f
673c2b7
46eb6cb
633a800
a2c5313
bcce836
123f8f1
815bf15
2626948
44bb388
29872c7
3c2e1ce
8a4cd8b
e2cde16
ee3d64e
45b4038
9fab4dc
f3fad9a
e7659a1
eaa3bfc
04c4527
3f136e2
5c8c14c
d88bc18
e3e0332
0cda6c1
53a608f
5971a6b
891116a
ee7c12b
fc44be7
60c66ff
28ce0cb
fcca8ab
f60e586
001ac6a
e5b492e
4832673
4a300e8
375ecd3
030e3f1
b2763c4
ccfa148
e6efe0c
da3f2fe
be1ba03
383acc2
35ecb49
28f06cf
3b5e30d
11c0e30
45c32fb
5ad9e41
c66f7fa
0cbaa0b
e702c92
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note that it won't throw an exception necessarily even if cancelling failed, there could be an error caught by the try_catch in
as_unschedule_action
. It would be more reliable to eitheras_unschedule_action
to return the result value so that we can display it reliably.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to rework this command a bit: realized in its current state actions could not be unscheduled by group only.