Class: VagrantWorkspace::Command
- Inherits:
-
Object
- Object
- VagrantWorkspace::Command
- Defined in:
- lib/vagrant_workspace/command.rb
Class Method Summary collapse
-
.synopsis ⇒ Object
Show description when ‘vagrant list-commands` is triggered.
Instance Method Summary collapse
Class Method Details
.synopsis ⇒ Object
Show description when ‘vagrant list-commands` is triggered
6 7 8 |
# File 'lib/vagrant_workspace/command.rb', line 6 def self.synopsis 'plugin: vagrant_workspace: executes workspace files' end |