Sha256: 65ac5d2a9b40722daefa14f3a6683f3139bfd523d227a681cf23e797ef6df6ae
Contents?: true
Size: 333 Bytes
Versions: 82
Compression:
Stored size: 333 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandBox class Plugin < Vagrant.plugin("2") name "box command" description "The `box` command gives you a way to manage boxes." command("box") do require File.expand_path("../command/root", __FILE__) Command::Root end end end end
Version data entries
82 entries across 75 versions & 13 rubygems