wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.
MIT License
87 stars 82 forks source link

Fix visibility in command class methods #423

Closed ernilambar closed 2 months ago

ernilambar commented 2 months ago

Introduced in https://github.com/wp-cli/extension-command/pull/421

When kept public, cmd_dump() was taking those as commands which should not be. https://github.com/ernilambar/wpcli/blob/main/src/manifest.json#L4442