Class: CwTestGen::CLI

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

Instance Method Summary collapse

Instance Method Details

#project(name) ⇒ Object



10
11
12
13
# File 'lib/cwtestgen/cli.rb', line 10

def project(name)
  with_page_templates = options[:with_page_templates] ? 'true' : 'false'
  CwTestGen::Generators::Project.start([name, with_page_templates])
end