Skip to content

Commit

Permalink
Add missing documentation (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Nov 21, 2023
1 parent bc7f0e4 commit eac6762
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,44 @@ wp option update <key> [<value>] [--autoload=<autoload>] [--format=<format>]



### wp option set-autoload

Sets the 'autoload' value for an option.

~~~
wp option set-autoload <key> <autoload>
~~~

**OPTIONS**

<key>
The name of the option to set 'autoload' for.

<autoload>
Should this option be automatically loaded.
---
options:
- 'yes'
- 'no'
---



### wp option get-autoload

Gets the 'autoload' value for an option.

~~~
wp option get-autoload <key>
~~~

**OPTIONS**

<key>
The name of the option to get 'autoload' of.



### wp post

Manages posts, content, and meta.
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"option patch",
"option pluck",
"option update",
"option set-autoload",
"option get-autoload",
"post",
"post create",
"post delete",
Expand Down

0 comments on commit eac6762

Please sign in to comment.