Skip to content

Commit 7cb4b1b

Browse files
Add missing ## OPTIONS heading to commands
1 parent a5953a3 commit 7cb4b1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/WP_CLI/CommandWithMeta.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ abstract class CommandWithMeta extends \WP_CLI_Command {
1616
/**
1717
* List all metadata associated with an object.
1818
*
19+
* ## OPTIONS
20+
*
1921
* <id>
2022
* : ID for the object.
2123
*
@@ -79,6 +81,8 @@ public function list_( $args, $assoc_args ) {
7981
/**
8082
* Get meta field value.
8183
*
84+
* ## OPTIONS
85+
*
8286
* <id>
8387
* : The ID of the object.
8488
*
@@ -104,6 +108,8 @@ public function get( $args, $assoc_args ) {
104108
/**
105109
* Delete a meta field.
106110
*
111+
* ## OPTIONS
112+
*
107113
* <id>
108114
* : The ID of the object.
109115
*

0 commit comments

Comments
 (0)