Sha256: 52696fff92ed0091b933794ea0e33ba137afe06f1037d276e16f7521c0ce92fe
Contents?: true
Size: 418 Bytes
Versions: 63
Compression:
Stored size: 418 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandListCommands class Plugin < Vagrant.plugin("2") name "list-commands command" description <<-DESC The `list-commands` command will list all commands that Vagrant understands, even hidden ones. DESC command("list-commands", primary: false) do require_relative "command" Command end end end end
Version data entries
63 entries across 56 versions & 8 rubygems