Remove deprecated plugin install option
This commit is contained in:
parent
174fe65d66
commit
1806cc1c5c
|
@ -13,15 +13,6 @@ module VagrantPlugins
|
||||||
options[:entry_point] = entry_point
|
options[:entry_point] = entry_point
|
||||||
end
|
end
|
||||||
|
|
||||||
# @deprecated
|
|
||||||
o.on("--plugin-prerelease",
|
|
||||||
"Allow prerelease versions of this plugin.") do |plugin_prerelease|
|
|
||||||
puts "--plugin-prelease is deprecated and will be removed in the next"
|
|
||||||
puts "version of Vagrant. It has no effect now. Use the '--plugin-version'"
|
|
||||||
puts "flag to get a specific pre-release version."
|
|
||||||
puts
|
|
||||||
end
|
|
||||||
|
|
||||||
o.on("--plugin-clean-sources",
|
o.on("--plugin-clean-sources",
|
||||||
"Remove all plugin sources defined so far (including defaults)") do |clean|
|
"Remove all plugin sources defined so far (including defaults)") do |clean|
|
||||||
options[:plugin_sources] = [] if clean
|
options[:plugin_sources] = [] if clean
|
||||||
|
|
Loading…
Reference in New Issue