Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better explain the --basic flag #23

Merged
merged 2 commits into from Jul 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,8 @@ that you can use within a WordPress plugin, for example.
**OPTIONS**

[--basic]
Start in fail-safe mode, even if Boris is available.
Force the use of WP-CLI's built-in PHP REPL, even if the Boris or
PsySH PHP REPLs are available.

**EXAMPLES**

Expand Down
3 changes: 2 additions & 1 deletion src/Shell_Command.php
Expand Up @@ -14,7 +14,8 @@ class Shell_Command extends \WP_CLI_Command {
* ## OPTIONS
*
* [--basic]
* : Start in fail-safe mode, even if Boris is available.
* : Force the use of WP-CLI's built-in PHP REPL, even if the Boris or
* PsySH PHP REPLs are available.
*
* ## EXAMPLES
*
Expand Down