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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down