extension-command
extension-command copied to clipboard
Alias remove with delete command
Feature Request
- [x] Yes, I reviewed the contribution guidelines.
Describe your use case and the problem you are facing
Every time I go and delete the default plugins or some themes using wp theme/plugin delete I first do wp theme/plugin remove, and I get reminded in the output
Did you mean 'delete'?
Describe the solution you'd like
Symfony console commands are 'smart' to recognize typos, or a similar command (not sure how they do that, but it's neat). It would be cool to have remove as an alias to delete so both would work.
These are the two that come to mind because I use them on a weekly basis.