mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
commands/plugin: plugin-clean-sources
This commit is contained in:
parent
946d2fe154
commit
3d6b11375a
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ module VagrantPlugins
|
|||
puts
|
||||
end
|
||||
|
||||
o.on("--plugin-clean-sources", String,
|
||||
"Remove all plugin sources defined so far (including defaults)") do
|
||||
options[:plugin_sources] = []
|
||||
o.on("--plugin-clean-sources",
|
||||
"Remove all plugin sources defined so far (including defaults)") do |clean|
|
||||
options[:plugin_sources] = [] if clean
|
||||
end
|
||||
|
||||
o.on("--plugin-source PLUGIN_SOURCE", String,
|
||||
|
|
|
|||
Loading…
Reference in a new issue