From 9c8508210d7ce1e7950fb63d4340011047c30558 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 17 Jul 2024 06:07:46 +0000 Subject: [PATCH] Regenerate README file - 2024-07-17 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe4eb9b..370d4a7 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ wp doctor Run a series of checks against WordPress to diagnose issues. ~~~ -wp doctor check [...] [--all] [--spotlight] [--config=] [--fields=] [--format=] +wp doctor check [...] [--all] [--spotlight] [--config=] [--fields=] [--=] [--format=] ~~~ A check is a routine run against some scope of WordPress that reports @@ -113,6 +113,9 @@ any of the checks fail, then the command will exit with the code `1`. [--fields=] Limit the output to specific fields. + [--=] + Filter results by key=value pairs. + [--format=] Render results in a particular format. ---