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

Fix example for post create command #458

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

ernilambar
Copy link
Member

Current:

# Create post and schedule for future
$ wp post create --post_type=page --post_title='A future post' --post_status=future --post_date='2020-12-01 07:00:00'

Example command does not match with its description.

Changed to:

# Create post and schedule for future
$ wp post create --post_type=post --post_title='A future post' --post_status=future --post_date='2030-12-01 07:00:00'
@ernilambar ernilambar requested a review from a team as a code owner January 17, 2024 15:51
@danielbachhuber danielbachhuber added this to the 2.6.1 milestone Jan 30, 2024
Copy link
Member

@danielbachhuber danielbachhuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 😅

@danielbachhuber danielbachhuber merged commit 93eb93d into wp-cli:main Jan 30, 2024
36 checks passed
@ernilambar ernilambar deleted the fix-post-create-example branch January 31, 2024 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants