Add local option stub to allow Vagrantfile loading

This commit is contained in:
Chris Roberts 2018-07-17 15:17:05 -07:00
parent c605b7d875
commit 9d191a2419
1 changed files with 3 additions and 0 deletions

View File

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