Skip to content

Commit 7b73609

Browse files
Regenerate README based on latest changes
1 parent 7eb84fd commit 7b73609

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ Gets a list of comments.
264264
wp comment list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>]
265265
~~~
266266

267+
Display comments based on all arguments supported by
268+
[WP_Comment_Query()](https://developer.wordpress.org/reference/classes/WP_Comment_Query/__construct/).
269+
267270
**OPTIONS**
268271

269272
[--<field>=<value>]
@@ -2111,7 +2114,7 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
21112114
Success: Created post 1922.
21122115

21132116
# Create a post with multiple meta values.
2114-
$ wp post create --post_title='A post' --post_content='Just a small post.' --meta_input='{"key1":"value1","key2":"value2"}
2117+
$ wp post create --post_title='A post' --post_content='Just a small post.' --meta_input='{"key1":"value1","key2":"value2"}'
21152118
Success: Created post 1923.
21162119

21172120
# Create a duplicate post from existing posts.
@@ -2339,6 +2342,9 @@ Gets a list of posts.
23392342
wp post list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>]
23402343
~~~
23412344

2345+
Display posts based on all arguments supported by
2346+
[WP_Query()](https://developer.wordpress.org/reference/classes/wp_query/).
2347+
23422348
**OPTIONS**
23432349

23442350
[--<field>=<value>]

0 commit comments

Comments
 (0)