summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Revert e84c34b17a43e2fcfb622f12cb918e19aec6e2baKyrylo Silin2019-11-071-0/+3
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* Update copyrightsKyrylo Silin2018-10-281-4/+0
* Remove explicit 'rubygems' requiretakiy332015-04-191-6/+1
* cli: parse_opts should not actually spin off a replRicho Healey2015-03-111-1/+2
* updated cli.rb for new API and added tests for cliJohn Mair2011-12-111-1/+1
* Added Pry::CLI class for processing command line options, with plugin support.John Mair2011-12-091-80/+2
* removed :input_stack => [Readline] from bin/pry, this fixes #327John Mair2011-11-021-1/+1
* added --no-history option to pry binaryJohn Mair2011-09-281-12/+15
* fixed tiny bug in bin/pry where no -e parameter still resulted in => nil outputJohn Mair2011-09-171-3/+8
* pry -e now works using input_stack; should eliminate quirks and limitations i...John Mair2011-09-161-5/+2
* added error handling to cat commandJohn Mair2011-09-151-0/+0
* restore previous command-line switch behaviorRyan Fitzgerald2011-09-081-1/+1
* defer loading of requires specified on the command lineRyan Fitzgerald2011-07-241-1/+1
* added --installed-plugins switch to pry binary to list installed plugins with...John Mair2011-06-171-0/+11
* added --no-pager to binary options, and refactored optionsJohn Mair2011-06-051-9/+19
* added --no-plugins command line option to executable, removed unnecessary whi...John Mair2011-06-041-1/+4
* Implemented readline history saving (~/.pry_history file by default) along wi...John Mair2011-05-291-1/+1
* Move "reset" command Pry::DefaultCommands::Basic.Rob Gleeson2011-05-191-7/+0
* Set $0 to "pry".Rob Gleeson2011-05-031-0/+2
* Fixed bin/pry (Pry::Commands is not a class anymore)Mon ouïe2011-04-291-1/+1
* rely on slop providing helpLee Jarvis2011-04-241-6/+1
* fixed spelling mistake in executableJohn Mair2011-04-241-1/+1
* fixed 'surpress' typo in pry executableJohn Mair2011-04-241-1/+1
* use slop for executableLee Jarvis2011-04-191-39/+24
* added 'reset' command (exec("pry")) to bin/pry executableJohn Mair2011-04-101-0/+7
* version 0.6.8, added whereami command, made .pryrc run at the start of each r...v0.6.8John Mair2011-03-061-2/+2
* version 0.6.8pre4, changed Pry::Commands.dup to Pry::Commands.clone due to ru...John Mair2011-03-051-2/+3
* version 0.6.7pre3, getting syntax higlighting working and adding new commands...John Mair2011-03-031-0/+12
* version 0.6.1(pre), added !! as alias for exit-all, added cd/ to return to pr...John Mair2011-02-251-3/+2
* version 0.6.0, fixed file require ordering issueJohn Mair2011-02-221-1/+1
* version 0.5.8 added -c (context) options to show-method and show-doc and eval...John Mair2011-02-211-6/+14
* version 0.5.7, added Pry executable, pry --help at command line for more infoJohn Mair2011-02-211-0/+63