Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Returns exit code 0 when installed, 1 when uninstalled.
Gets a list of plugins.

~~~
wp plugin list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>] [--status=<status>] [--skip-update-check] [--recently-active]
wp plugin list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>] [--status=<status>...] [--skip-update-check] [--recently-active]
~~~

Displays a list of the plugins installed on the site with activation
Expand Down Expand Up @@ -495,7 +495,7 @@ Use `--status=dropin` to list installed dropins (e.g. `object-cache.php`).
- yaml
---

[--status=<status>]
[--status=<status>...]
Filter the output by plugin status.
---
options:
Expand Down Expand Up @@ -1421,7 +1421,7 @@ Returns exit code 0 when installed, 1 when uninstalled.
Gets a list of themes.

~~~
wp theme list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>] [--status=<status>] [--skip-update-check]
wp theme list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>] [--status=<status>...] [--skip-update-check]
~~~

**OPTIONS**
Expand All @@ -1447,7 +1447,7 @@ wp theme list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--forma
- yaml
---

[--status=<status>]
[--status=<status>...]
Filter the output by theme status.
---
options:
Expand Down