Disable target option on cap command

This commit is contained in:
Chris Roberts 2021-10-15 10:05:35 -07:00 committed by Paul Hinze
parent 61c3134928
commit b7b7fdb9c6
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -28,9 +28,9 @@ module VagrantPlugins
options[:check] = f
end
o.on("-t", "--target=TARGET", "Target guest to run against (if applicable)") do |t|
options[:target] = t
end
# o.on("-t", "--target=TARGET", "Target guest to run against (if applicable)") do |t|
# options[:target] = t
# end
end
# Parse the options