Commit Graph

5 Commits

Author SHA1 Message Date
John Mair d111b19f82 fixed `run` command builder, now takes target parameter, also accepts system
commands.

Also:
* changed Rakefile to remove the -k flag from bacon test
* changed pry_instance attr_reader to attr_accessor in CommandProcessor class
* updated tests to reflect new `run` parameters
2011-04-08 16:09:47 +12:00
John Mair f026516673 version 0.8.0pre4, suppress output from command that dont have return
values. suppress output from all expressions that end in a ';'. Added
`gem-cd` command that chdir to the directory containing the gem files.
2011-04-08 02:13:16 +12:00
John Mair 1aa4a66ffc added more documentation, proper error message for failed .cd command, added -t option to cat-file command 2011-04-07 20:39:47 +12:00
John Mair 0da553688d version 0.8.0pre3, removed system(cmd) for system command 2011-04-07 19:53:50 +12:00
John Mair cfba7fee9e version 0.8.0pre2, refactored out command_processor.rb. fixed '?' as alias for show-doc
(needed to escape regex).
2011-04-07 19:05:22 +12:00