mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
b031df2f2f
Usage: watch [EXPRESSION] watch watch --delete [INDEX] Evaluate an expression after every command and display it when its value changes. -d, --delete Delete the watch expression with the given index. If no index is given; clear all watch expressions. -l, --list Show all current watch expressions and their values. Calling watch with no expressions or options will also show the watch expressions. The watch command will use Pry's command `state` to keep track of watched expressions. |
||
---|---|---|
.. | ||
expression.rb |