mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed broken --no-plugins option
This commit is contained in:
parent
f4d1f448bb
commit
1903c19d91
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Copyright (c) 2011 John Mair (banisterfiend)
|
|||
|
||||
on "no-plugins", "Suppress loading of plugins." do
|
||||
# suppress plugins if given --no-plugins optino
|
||||
Pry.config.plugins.enabled = false
|
||||
Pry.config.should_load_plugins = false
|
||||
end
|
||||
|
||||
on "installed-plugins", "List installed plugins." do
|
||||
|
|
Loading…
Add table
Reference in a new issue