Sha256: 2f2abe1de6055a048a7dc806fd0bbf0f114d19578f5951d4bf196e34965ac710
Contents?: true
Size: 412 Bytes
Versions: 58
Compression:
Stored size: 412 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandProvider class Plugin < Vagrant.plugin("2") name "provider command" description <<-DESC The `provider` command is used to interact with the various providers that are installed with Vagrant. DESC command("provider", primary: false) do require_relative "command" Command end end end end
Version data entries
58 entries across 54 versions & 6 rubygems