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
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)
Execute wp give donors --create=1 --email=john@test.com --name="John Doe" from the command line.
The text was updated successfully, but these errors were encountered:
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)
wp give donors --create=1 --email=john@test.com --name="John Doe"
from the command line.The text was updated successfully, but these errors were encountered: