1
0
Fork 0
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:
John Mair 2012-01-30 14:19:10 +13:00
parent f4d1f448bb
commit 1903c19d91

View file

@ -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