Commit Graph

13 Commits

Author SHA1 Message Date
Rob Gleeson 69f2d31bd0 The ivar assignment is not necessary. 2011-05-08 18:38:14 +01:00
Rob Gleeson bec54ce65c Pry::CommandContext#text points to Pry::Helpers::Text. 2011-05-07 15:20:28 +01:00
Rob Gleeson c49f9e3aba Extend an instance of Object instead of creating a new class … 2011-05-06 18:33:28 +01:00
Rob Gleeson 1ee8af8040 Pry::Helpers::Color => Pry::Helpers::Text. 2011-05-06 18:30:37 +01:00
Rob Gleeson 26d584b55b Add Pry::CommandContext#text 2011-05-06 18:28:12 +01:00
Rob Gleeson b54d907767 Add Pry::Helpers::Color. 2011-05-06 16:29:41 +01:00
Mon ouïe 1082ad7823 Allowed command name to be more than one word (hapenning sometimes, when using
edit-method)
2011-04-29 18:17:49 +02:00
Mon ouïe b8cd918983 Now using command processor to run system commands 2011-04-29 18:14:48 +02:00
Mon ouïe 94b7ad593e Allowed #run to run shell commands 2011-04-26 23:44:49 +02:00
Mon ouïe b14be6c0c4 Added CommandContext#run 2011-04-25 23:13:36 +02:00
Mon ouïe b0f8b72da0 Moved helpers to their own namespaces, got rid of CommandBase 2011-04-25 22:58:06 +02:00
Mon ouïe 47fcdd17b1 Added a commands attribute to command contexts 2011-04-25 18:57:02 +02:00
Mon ouïe 0ecfe74ee4 Added CommandContext and made commands be run using it.
Cleaning commands and helpers up as well as fixing tests is still to be done.
2011-04-25 13:26:25 +02:00