Class: Crust::CLI

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

Instance Method Summary collapse

Instance Method Details

#generateObject



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

def generate
  puts Crust::Generator.generate(options[:path], options[:base_only])
end