plugins/commands/plugin/command/list.rb in vagrant-unbundled-2.1.2.0 vs plugins/commands/plugin/command/list.rb in vagrant-unbundled-2.1.4.0
- old
+ new
@@ -7,9 +7,12 @@
module Command
class List < Base
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 project plugins"){|_|}
end
# Parse the options
argv = parse_options(opts)
return if !argv