Show description for hostmanager when vagrant list-commands is triggered
This commit is contained in:
parent
936e7e4567
commit
f81fc562f3
|
@ -3,6 +3,11 @@ module VagrantPlugins
|
||||||
class Command < Vagrant.plugin('2', :command)
|
class Command < Vagrant.plugin('2', :command)
|
||||||
include HostsFile
|
include HostsFile
|
||||||
|
|
||||||
|
# Show description when `vagrant list-commands` is triggered
|
||||||
|
def self.synopsis
|
||||||
|
"manages the /etc/hosts file within a multi-machine environment"
|
||||||
|
end
|
||||||
|
|
||||||
def execute
|
def execute
|
||||||
options = {}
|
options = {}
|
||||||
opts = OptionParser.new do |o|
|
opts = OptionParser.new do |o|
|
||||||
|
|
Loading…
Reference in New Issue