Class: Wren::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/wren/cli.rb

Instance Method Summary collapse

Instance Method Details

#new(project) ⇒ Object



13
14
15
# File 'lib/wren/cli.rb', line 13

def new(project)
  invoke(Generator, [project], options)
end