wp-cli / shell-command

Opens an interactive PHP console for running and testing PHP code.
MIT License
20 stars 16 forks source link

Better explain the --basic flag #23

Closed benlk closed 6 years ago

benlk commented 6 years ago

Changes

Replaces the former definition for the --basic flag,

Start in fail-safe mode, even if Boris is available.

with a longer explanation:

Force the use of WP-CLI's built-in PHP REPL, even if the Boris or PsySH PHP REPLs are available.

This change is made in README.md and in the shell command's docblock, using formatting for multiline explanations copied from the README.md and docblock for wp db export [<file>].

Why

To better explain what --basic does and to answer my question in #22, "What is Boris?".

Closes #22.

schlessera commented 6 years ago

Thanks for the PR, @benlk !