gtg092x / node-wp-cli

Node JS Wrapper for the Wordpress CLI
MIT License
40 stars 14 forks source link

wp plugin remove does not work via node #15

Open gubi opened 7 years ago

gubi commented 7 years ago

the node command

wp("plugin delete hello");

has no effect. The terminal wp plugin remove hello yes.

How to fix?

pnoeric commented 7 years ago

Just throwing in my 2c - could it be "plugin delete" vs "plugin remove"?