Class: Cheatset::CLI

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

Instance Method Summary collapse

Instance Method Details

#generate(file) ⇒ Object



18
19
20
21
# File 'lib/cheatset/cli.rb', line 18

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