mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
go through local config for command set keys.
read from whatever 'Default#commands' is.
This commit is contained in:
parent
c7eed553ff
commit
c283e644b5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Pry::Config::Default
|
|||
:control_d_handler => proc { Pry::DEFAULT_CONTROL_D_HANDLER },
|
||||
:memory_size => proc { 100 },
|
||||
:extra_sticky_locals => proc { {} },
|
||||
:command_completions => proc { proc { Pry.commands.commands.keys } },
|
||||
:command_completions => proc { proc { commands.commands.keys } },
|
||||
:file_completions => proc { proc { Dir["."] } },
|
||||
:completer => proc { lazy_completer }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue