Add local option stub to allow Vagrantfile loading
This commit is contained in:
parent
c605b7d875
commit
9d191a2419
|
@ -9,6 +9,9 @@ module VagrantPlugins
|
|||
def execute
|
||||
opts = OptionParser.new do |o|
|
||||
o.banner = "Usage: vagrant plugin list [-h]"
|
||||
|
||||
# Stub option to allow Vagrantfile loading
|
||||
o.on("--local", "Include local plugins"){|_|}
|
||||
end
|
||||
|
||||
# Parse the options
|
||||
|
|
Loading…
Reference in New Issue