We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bba2d0 commit 880d522Copy full SHA for 880d522
src/Post_Command.php
@@ -133,6 +133,7 @@ public function __construct() {
133
* [--porcelain]
134
* : Output just the new post id.
135
*
136
+ *
137
* ## EXAMPLES
138
139
* # Create post and schedule for future
@@ -567,12 +568,12 @@ public function list_( $_, $assoc_args ) {
567
568
* ---
569
* default: publish
570
- *
571
- * [--post_title=<post_title>]
572
- * : The post title.
573
- * ---
574
- * default:
575
+ * [--post_title=<post_title>]
+ * : The post title.
+ * ---
+ * default:
576
577
578
* [--post_author=<login>]
579
* : The author of the generated posts.
0 commit comments