From 309337afb223d34544f5e54f2f29932a2b0a557b Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 17 Mar 2026 10:18:35 +0000 Subject: [PATCH] Regenerate README file - 2026-03-17 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8fbe075c..d841e4e1 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ in-process, which resets variables but doesn't reload PHP files. # Start a shell, ensuring the 'init' hook has already fired. $ wp shell --hook=init + # Start a shell in quiet mode, suppressing return value output. + $ wp shell --quiet + wp> $a = "hello"; + wp> + ## Installing This package is included with WP-CLI itself, no additional installation necessary.