Class: Cmc::Oncilla::Wizard::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/cmc-oncilla-wizard/cli.rb

Instance Method Summary collapse

Instance Method Details

#create(path) ⇒ Object



17
18
19
20
# File 'lib/cmc-oncilla-wizard/cli.rb', line 17

def create path
  w = Wizard.new
  w.create path
end

#versionObject



12
13
14
# File 'lib/cmc-oncilla-wizard/cli.rb', line 12

def version
  puts "cmc-oncilla-wizard #{VERSION}"
end