Skip to content

Commit 35a3715

Browse files
Regenerate README file (#89)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent e2ae8c0 commit 35a3715

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ in-process, which resets variables but doesn't reload PHP files.
6464
# Start a shell, ensuring the 'init' hook has already fired.
6565
$ wp shell --hook=init
6666

67+
# Start a shell in quiet mode, suppressing return value output.
68+
$ wp shell --quiet
69+
wp> $a = "hello";
70+
wp>
71+
6772
## Installing
6873

6974
This package is included with WP-CLI itself, no additional installation necessary.

0 commit comments

Comments
 (0)