-
Notifications
You must be signed in to change notification settings - Fork 1k
Include any non default hook information in CompositeCommand #5921
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
Changes from 1 commit
c45c422
f62b2d8
497ec5a
a04d6fa
65aac15
9f57e82
67b101f
05ea4ec
bbc0218
19615c4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Co-authored-by: Pascal Birchler <[email protected]>
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1873,7 +1873,6 @@ function has_stdin() { | |
| * | ||
| * @return string|null | ||
| */ | ||
|
|
||
| function get_hook_description( $hook ) { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can this just be a private method on the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this needs to be a public util function because the handbook project doesn't use the output of |
||
| $events = [ | ||
| 'find_command_to_run_pre' => 'just before WP-CLI finds the command to run.', | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.