Sha256: 5dc419c09cced8af8564d4a15027175de727fe69468a70d9817b500ae2258a7b
Contents?: true
Size: 350 Bytes
Versions: 69
Compression:
Stored size: 350 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandHelp class Plugin < Vagrant.plugin("2") name "help command" description <<-DESC The `help` command shows help for the given command. DESC command("help") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
69 entries across 62 versions & 9 rubygems