Skip to content

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
@danielbachhuber danielbachhuber added the scope:documentation Related to documentation label 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
@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

Labels

scope:documentation Related to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants