Class: Mccloud::Command::InitCommand

Inherits:
Base
  • Object
show all
Defined in:
lib/mccloud/command/init.rb

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods inherited from Base

#initialize, register

Methods included from Helpers

#initialize_environment

Constructor Details

This class inherits a constructor from Mccloud::Command::Base

Instance Method Details

#executeObject



8
9
10
# File 'lib/mccloud/command/init.rb', line 8

def execute
  env.generator.generate(options)
end