Skip to content

Commit

Permalink
Merge pull request #193 from wp-cli/regenerate-readme
Browse files Browse the repository at this point in the history
Regenerate README file
  • Loading branch information
ernilambar authored Jul 17, 2024
2 parents 8e932c8 + 9c85082 commit 8382897
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ wp doctor
Run a series of checks against WordPress to diagnose issues.

~~~
wp doctor check [<checks>...] [--all] [--spotlight] [--config=<file>] [--fields=<fields>] [--format=<format>]
wp doctor check [<checks>...] [--all] [--spotlight] [--config=<file>] [--fields=<fields>] [--<field>=<value>] [--format=<format>]
~~~

A check is a routine run against some scope of WordPress that reports
Expand All @@ -113,6 +113,9 @@ any of the checks fail, then the command will exit with the code `1`.
[--fields=<fields>]
Limit the output to specific fields.

[--<field>=<value>]
Filter results by key=value pairs.

[--format=<format>]
Render results in a particular format.
---
Expand Down

0 comments on commit 8382897

Please sign in to comment.