updated README slightly

This commit is contained in:
John Mair 2011-03-26 23:33:08 +13:00
parent 21eb9c5e0c
commit 0a304a5a9f
1 changed files with 2 additions and 1 deletions

View File

@ -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
goes wrong and you get stuck in an endless read loop.
* `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
* `help` shows the list of session commands with brief explanations.
* `toggle-color` turns on and off syntax highlighting.