Method: Beaker::Subcommand#init

Defined in:
lib/beaker/subcommand.rb

#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