Conversation
Member
Author
|
I think this is a good start. |
scribu
added a commit
that referenced
this pull request
Oct 30, 2012
Member
|
Any plans to be able to persist between eval()? e.g.: wp> $users = get_users(); |
Member
Author
|
Not sure what you mean. This works as expected: |
scribu
added a commit
that referenced
this pull request
Nov 4, 2012
return value, which returns false on error. see #89
scribu
added a commit
that referenced
this pull request
Nov 4, 2012
PHP's readline extension doesn't implement all the features from the native GNU readline library, such as Ctrl+u. Plus, a large percentage of PHP installs probably don't even have `--with-readline` enabled. The method used in this commit was inspired by wpshell. see #89
Member
|
Sorry, partially incorrect bug report. It's confusing that shell stdouts the retval of the function too though. |
Member
Author
|
It's how it works in most REPLs; you'll get used to it. :) |
Member
Author
|
One way to suppress the output: |
Member
|
I can learn to love it :) |
Contributor
|
@scribu Actually, most REPLs won't print if you also assign it to a variable. (Not commenting on what wp-cli should do, just noting it.) |
Member
Author
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It would be interesting to have a command that would open an interactive read-eval-print-loop console, similar to wpshell.
Example usage: