pry--pry/lib
John Mair f7e0bfadde aliases inherit options from original, fixes #525
* there was an issue where Pry.config.command_prefix needed to be accessed by CommandSet#find_command
before the config options had loaded -- we just avoid this issue by passing in "" if the config option is not yet defined ;)
This is unlikely to cause any issues, but is a naughty hack all the same.
* added tests to ensure options are inherited
2012-04-12 20:58:59 +12:00
..
pry aliases inherit options from original, fixes #525 2012-04-12 20:58:59 +12:00
pry.rb Add a :quiet option to Pry.start [Fixes #502] 2012-03-31 14:43:24 -07:00