Sha256: 4283a82ce1fc43dfde9e5590f602bc92d5bd865806b12f54a0d318c4cccdba53
Contents?: true
Size: 359 Bytes
Versions: 47
Compression:
Stored size: 359 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandValidate class Plugin < Vagrant.plugin("2") name "validate command" description <<-DESC The `validate` command validates the Vagrantfile. DESC command("validate") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
47 entries across 43 versions & 5 rubygems