Commit Graph

5 Commits

Author SHA1 Message Date
John Mair 527e9d1c19 supercharged Pry.commands.alias_command method
* Now accepts arbitrary command code for alias, e.g
  alias_command "lM", "ls -M"
* Adds all aliases to the "Aliases" group in `help`
2012-03-26 00:28:27 +13:00
John Mair 81c0130815 fixed bug where Command#run "cd .." would error
* error was due to an extra space being appended to string, which messed up `cd` command parsing
* fixed by applying a simple #rstrip; updated tests
2012-03-08 15:38:12 +13:00
Conrad Irwin 656b1fc9aa Put "help" command in its own file 2012-02-22 23:35:07 -08:00
Conrad Irwin ec93ccadb7 Test works now [Fixes #34] 2012-01-18 22:06:03 -08:00
Conrad Irwin af5e96bf3c cleave test_pry into three. [Fixes #417] 2012-01-13 00:18:26 -08:00