Class: VagrantPlugins::Scaleway::Command::Bootscripts
- Inherits:
-
Object
- Object
- VagrantPlugins::Scaleway::Command::Bootscripts
- Defined in:
- lib/vagrant-scaleway/command/bootscripts.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/vagrant-scaleway/command/bootscripts.rb', line 5 def execute opts = OptionParser.new do |o| o. = 'Usage: vagrant scaleway bootscripts [options]' end argv = (opts) return unless argv with_target_vms(argv, provider: :scaleway) do |machine| machine.action('list_bootscripts') end end |