1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/commands
yui-knk ed26866c89 Fix watch_expression to access correct hooks
Now by refactoring config, Pry.config and @pry.config have different
hooks. So to access correct pry config hooks, fix
Pry::Command::WatchExpression.add_hook.
2014-01-29 00:05:48 +09:00
..
cat Make file_and_line method to be public (lib/pry/commands/cat/file_formatter.rb) 2013-12-14 21:04:45 +09:00
edit Move all hacking of rbx paths into Pry::Code 2013-05-10 00:49:36 -07:00
ls Remove level of indirection 2014-01-24 00:25:03 -08:00
watch_expression Add Watch Expression Command 2013-11-24 21:13:36 -05:00
amend_line.rb Rollback untoward mutations. 2013-11-24 15:16:28 -08:00
bang.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
bang_pry.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
cat.rb lib/pry/commands/cat.rb: do not create a new string 2013-11-27 01:26:55 +02:00
cd.rb Typo in lib/pry/commands/cd.rb 2013-12-26 23:34:10 +09:00
code_collector.rb v0.9.11.1 bugfix 2013-01-16 16:35:01 +01:00
disable_pry.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
disabled_commands.rb Rename "DEPRECATED" to "DISABLED" 2013-01-24 03:39:25 +02:00
easter_eggs.rb remove hysterical outburst from pessoa poem 2012-08-27 20:36:16 +12:00
edit.rb Fix bug in edit regarding file names with path but no suffix 2014-01-25 22:55:47 +01:00
exit.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
exit_all.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
exit_program.rb Merge branch 'wip.refactor' 2013-01-18 00:19:38 -08:00
find_method.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
fix_indent.rb added fix-indent command 2013-01-12 22:29:32 +01:00
gem_cd.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
gem_install.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
gem_list.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
gem_open.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
gist.rb Restore correct description of gist command 2013-04-20 19:55:50 -04:00
help.rb Append to Strings with #<< rather than #+. 2013-11-24 14:58:31 -08:00
hist.rb Stream output of hist 2013-11-23 14:57:41 -08:00
import_set.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
install_command.rb Command::InstallCommand: print explanation when a command is not found 2013-02-23 22:43:31 +02:00
jump_to.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
ls.rb Fix to Pry::Command::Ls.error_list. Now non_mod_interrogatee is always false, so fix it. 2013-12-23 19:53:52 +09:00
nesting.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
play.rb Add print option to play command (resolves #864) 2013-12-12 10:11:00 +01:00
pry_backtrace.rb Append to Strings with #<< rather than #+. 2013-11-24 14:58:31 -08:00
pry_version.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
raise_up.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
reload_code.rb reload-code (with no args) should reload 'current file' 2013-05-10 02:48:55 +02:00
reset.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
ri.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
save_file.rb Update show-file docs 2013-01-11 14:14:14 -06:00
shell_command.rb Update ShellCommand so that autocompletes to 2013-12-09 16:01:48 -05:00
shell_mode.rb add Pry.config.file_completer, Pry.config.command_completer 2014-01-20 09:08:38 +01:00
show_doc.rb ShowDoc: display "current context" message 2013-03-13 13:15:58 +02:00
show_info.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
show_input.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
show_source.rb Show error when no docs found 2013-03-10 00:19:10 +01:00
simple_prompt.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
stat.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
switch_to.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
toggle_color.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
watch_expression.rb Fix watch_expression to access correct hooks 2014-01-29 00:05:48 +09:00
whereami.rb update whereami command to use Pry.main (last one). 2014-01-17 10:44:11 +01:00
wtf.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00