Sha256: f02642021159105e8d977029e29d6605c33869a5978d58cd47cf9a0f13776b6c
Contents?: true
Size: 357 Bytes
Versions: 61
Compression:
Stored size: 357 Bytes
Contents
module Vagrant module Command class VersionCommand < Base register "version", "Prints the Vagrant version information", :alias => %w(-v --version) def version env.ui.info(I18n.t("vagrant.commands.version.output", :version => Vagrant::VERSION), :prefix => false) end end end end
Version data entries
61 entries across 61 versions & 5 rubygems