Sha256: 24f20c5c346839a98852ca11282fbb491ea9f7094ffee3fcb701a4f49ec009dc
Contents?: true
Size: 335 Bytes
Versions: 58
Compression:
Stored size: 335 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandSnapshot class Plugin < Vagrant.plugin("2") name "snapshot command" description "The `snapshot` command gives you a way to manage snapshots." command("snapshot") do require_relative "command/root" Command::Root end end end end
Version data entries
58 entries across 54 versions & 6 rubygems