Class: Cheatset::CLI

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

Instance Method Summary collapse

Instance Method Details

#generate(file) ⇒ Object



6
7
8
9
# File 'lib/cheatset/cli.rb', line 6

def generate(file)
  context = Cheatset::DSL::Context.new(file)
  context.generate
end