Skip to content

Conversation

@tybruffy
Copy link
Contributor

Currently running something like this:

wp.option.update('blogdescription', "A new tagline", function(err, data) {
    console.log("Tagline/description set.");
});

can result in the string A\ new\ tagline being set in the database. Wrapping the values of the args in double quotes when creating the cli args fixes this.

iliazubkov pushed a commit to iliazubkov/node-wp-cli that referenced this pull request Jun 13, 2017
json format fixed, arg variable
@ghost
Copy link

ghost commented Nov 19, 2017

Is this planned to be merged? i am still having issues with strings resulting with "" between words...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant