10 11 12
# File 'lib/crust/cli.rb', line 10 def generate puts Crust::Generator.generate(options[:path], options[:base_only]) end