| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert e84c34b17a43e2fcfb622f12cb918e19aec6e2ba | Kyrylo Silin | 2019-11-07 | 1 | -0/+3 |
* | rubocop: enable the Style/FrozenStringLiteralComment cop | Kyrylo Silin | 2019-05-08 | 1 | -0/+2 |
* | Update copyrights | Kyrylo Silin | 2018-10-28 | 1 | -4/+0 |
* | Remove explicit 'rubygems' require | takiy33 | 2015-04-19 | 1 | -6/+1 |
* | cli: parse_opts should not actually spin off a repl | Richo Healey | 2015-03-11 | 1 | -1/+2 |
* | updated cli.rb for new API and added tests for cli | John Mair | 2011-12-11 | 1 | -1/+1 |
* | Added Pry::CLI class for processing command line options, with plugin support. | John Mair | 2011-12-09 | 1 | -80/+2 |
* | removed :input_stack => [Readline] from bin/pry, this fixes #327 | John Mair | 2011-11-02 | 1 | -1/+1 |
* | added --no-history option to pry binary | John Mair | 2011-09-28 | 1 | -12/+15 |
* | fixed tiny bug in bin/pry where no -e parameter still resulted in => nil output | John Mair | 2011-09-17 | 1 | -3/+8 |
* | pry -e now works using input_stack; should eliminate quirks and limitations i... | John Mair | 2011-09-16 | 1 | -5/+2 |
* | added error handling to cat command | John Mair | 2011-09-15 | 1 | -0/+0 |
* | restore previous command-line switch behavior | Ryan Fitzgerald | 2011-09-08 | 1 | -1/+1 |
* | defer loading of requires specified on the command line | Ryan Fitzgerald | 2011-07-24 | 1 | -1/+1 |
* | added --installed-plugins switch to pry binary to list installed plugins with... | John Mair | 2011-06-17 | 1 | -0/+11 |
* | added --no-pager to binary options, and refactored options | John Mair | 2011-06-05 | 1 | -9/+19 |
* | added --no-plugins command line option to executable, removed unnecessary whi... | John Mair | 2011-06-04 | 1 | -1/+4 |
* | Implemented readline history saving (~/.pry_history file by default) along wi... | John Mair | 2011-05-29 | 1 | -1/+1 |
* | Move "reset" command Pry::DefaultCommands::Basic. | Rob Gleeson | 2011-05-19 | 1 | -7/+0 |
* | Set $0 to "pry". | Rob Gleeson | 2011-05-03 | 1 | -0/+2 |
* | Fixed bin/pry (Pry::Commands is not a class anymore) | Mon ouïe | 2011-04-29 | 1 | -1/+1 |
* | rely on slop providing help | Lee Jarvis | 2011-04-24 | 1 | -6/+1 |
* | fixed spelling mistake in executable | John Mair | 2011-04-24 | 1 | -1/+1 |
* | fixed 'surpress' typo in pry executable | John Mair | 2011-04-24 | 1 | -1/+1 |
* | use slop for executable | Lee Jarvis | 2011-04-19 | 1 | -39/+24 |
* | added 'reset' command (exec("pry")) to bin/pry executable | John Mair | 2011-04-10 | 1 | -0/+7 |
* | version 0.6.8, added whereami command, made .pryrc run at the start of each r...v0.6.8 | John Mair | 2011-03-06 | 1 | -2/+2 |
* | version 0.6.8pre4, changed Pry::Commands.dup to Pry::Commands.clone due to ru... | John Mair | 2011-03-05 | 1 | -2/+3 |
* | version 0.6.7pre3, getting syntax higlighting working and adding new commands... | John Mair | 2011-03-03 | 1 | -0/+12 |
* | version 0.6.1(pre), added !! as alias for exit-all, added cd/ to return to pr... | John Mair | 2011-02-25 | 1 | -3/+2 |
* | version 0.6.0, fixed file require ordering issue | John Mair | 2011-02-22 | 1 | -1/+1 |
* | version 0.5.8 added -c (context) options to show-method and show-doc and eval... | John Mair | 2011-02-21 | 1 | -6/+14 |
* | version 0.5.7, added Pry executable, pry --help at command line for more info | John Mair | 2011-02-21 | 1 | -0/+63 |