You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, in essence, when we mistype a command, we would get a recommendation like:
Did you mean 'delete'?
It would be good to have an option (Symfony commands have this options) to actually run the suggested option, instead of just exiting out just to type the command again.
$ wp plugin remove plugin-name
Did you mean 'delete'? [Y]
when you type Y, yes or y, you'd run the wp plugin delete plugin-name command.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is an idea coming from this issue: wp-cli/extension-command#248
So, in essence, when we mistype a command, we would get a recommendation like:
It would be good to have an option (Symfony commands have this options) to actually run the suggested option, instead of just exiting out just to type the command again.
when you type Y, yes or y, you'd run the
wp plugin delete plugin-name
command.Beta Was this translation helpful? Give feedback.
All reactions