pry--pry/lib/pry/default_commands
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
..
cd.rb move cd/hist commands to their own files and new groups 2012-03-01 17:10:55 -08:00
commands.rb Group command-commands into their own set 2012-03-01 17:10:54 -08:00
context.rb `whereami -m` is gone in favor of context inference. 2012-04-06 09:40:20 +01:00
easter_eggs.rb more actual ansi test 2011-12-30 16:45:34 -08:00
editing.rb moved Pry#complete_expression? et al to Pry::Code 2012-04-11 02:17:35 +12:00
find_method.rb find-method no longer hardcodes ansi (using pry helpers now) 2012-04-03 02:22:06 +12:00
gems.rb better fix... 2012-01-28 19:50:56 -08:00
help.rb tell people how to get more help immediately 2012-03-01 17:10:55 -08:00
hist.rb Merge remote-tracking branch 'golive/master' 2012-03-17 22:21:12 -07:00
input_and_output.rb shell commands, e.g `.ls` now accept block 2012-02-27 14:36:02 +13:00
introspection.rb aliases inherit options from original, fixes #525 2012-04-12 20:58:59 +12:00
ls.rb Show unloaded constants in yellow 2012-04-04 14:19:00 -07:00
misc.rb rename "basic" to "misc" 2012-03-01 17:10:55 -08:00
navigating_pry.rb Re-use logic present in exit-all. 2012-04-04 07:06:08 +01:00