1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

updated TODO

This commit is contained in:
John Mair 2011-07-26 21:42:21 +12:00
parent 7ece261723
commit 309c3cf3cd

4
TODO
View file

@ -3,6 +3,10 @@
* `pry -r` requires now happen after plugin loading (so as not to interfere with
* new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related
* add better error messages for `cd` command
* add command_prefix
* add toggle-command
* change some command names to include hyphen, e.g version => pry-version, install => install-command
* do cat --ex and edit --ex
* fixed exotic object regression - BasicObject.new etc now return "=> unknown"
* fix show-doc bug for ruby 1.8 and Kernel.fork