Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give 1.7: --name parameter does not work on the wp give donors CLI command #1189

Closed
shawnhooper opened this issue Nov 1, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@shawnhooper
Copy link

Issue Overview

The built in documentation for the WP-CLI "donors" command shows that you can specify a donor's name when creating a new donor record by using the --name parameter. Doing so causes an error.

Expected Behavior

Executing:

wp give donors --create=1 --email=john@test.com --name="John Doe"

would create a donor record for John Doe with the e-mail address john@test.com.

Current Behavior

Executing the command returns the error message:

Error: Parameter errors:
unknown --name parameter

Possible Solution

Either add support for the --name parameter or remove it from the command line help.

Steps to Reproduce (for bugs)

  1. Execute wp give donors --create=1 --email=john@test.com --name="John Doe" from the command line.
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

No branches or pull requests

3 participants