Class: Beaker::Subcommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/beaker/subcommand.rb

Constant Summary collapse

SubcommandUtil =
Beaker::Subcommands::SubcommandUtil

Instance Method Summary collapse

Instance Method Details

#initObject



14
15
16
17
18
# File 'lib/beaker/subcommand.rb', line 14

def init()
  SubcommandUtil.verify_init_args(options)
  SubcommandUtil.require_tasks()
  SubcommandUtil.init_hypervisor(options)
end