John Mair
|
548b4f82d8
|
added import_from, delete, run to command API. Also added examples, added more tests, and changed the way that commands work using split instead of regex captures. Also added output and trget methods to Pry::CommandBase
|
2011-01-21 03:41:41 +13:00 |
|
John Mair
|
ec66e9bade
|
made it so aliases are now added as separate commands, no longer an array of commands - makes it easier to override aliased commands in subclasses
|
2011-01-20 14:58:30 +13:00 |
|
John Mair
|
b95b5e64b5
|
Regex working
|
2011-01-18 16:40:28 +13:00 |
|
John Mair
|
f45e8bfbd0
|
finished updating and improving command API; now command API is as follows: command 'blah' do |x| puts x; end where x is a parameter passed to the command from the pry prompt
|
2011-01-18 03:38:09 +13:00 |
|
John Mair
|
056751245f
|
FInished documenting all customizable options in README.markdown; just cleanup and clarification and example programs left before 0.4.0 release
|
2011-01-14 22:12:43 +11:00 |
|
John Mair
|
ead507210d
|
starting to write the behemoth that is README.markdown
|
2011-01-13 15:54:22 +11:00 |
|
John Mair
|
ebdcfdf145
|
saving before refactor to implement action block instead of action proc for commands. All tests passing in 1.8 and 1.9.
|
2011-01-12 18:08:56 +11:00 |
|