mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated README slightly
This commit is contained in:
parent
21eb9c5e0c
commit
0a304a5a9f
1 changed files with 2 additions and 1 deletions
|
@ -247,7 +247,8 @@ If you want to access a method of the same name, prefix the invocation by whites
|
||||||
getting you out of a situation where the parsing process
|
getting you out of a situation where the parsing process
|
||||||
goes wrong and you get stuck in an endless read loop.
|
goes wrong and you get stuck in an endless read loop.
|
||||||
* `status` shows status information about the current session.
|
* `status` shows status information about the current session.
|
||||||
* `whereami` shows the code context of the session.
|
* `whereami AROUND` shows the code context of the session. Shows
|
||||||
|
AROUND lines either side of the current line.
|
||||||
* `version` Show Pry version information
|
* `version` Show Pry version information
|
||||||
* `help` shows the list of session commands with brief explanations.
|
* `help` shows the list of session commands with brief explanations.
|
||||||
* `toggle-color` turns on and off syntax highlighting.
|
* `toggle-color` turns on and off syntax highlighting.
|
||||||
|
|
Loading…
Reference in a new issue