From 309c3cf3cd5b53894521029ff236159664810c9e Mon Sep 17 00:00:00 2001 From: John Mair Date: Tue, 26 Jul 2011 21:42:21 +1200 Subject: [PATCH] updated TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index eb4eb85a..98c534e3 100644 --- a/TODO +++ b/TODO @@ -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