Class: Gh::Cards::CLI

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

Instance Method Summary collapse

Instance Method Details

#generateObject



15
16
17
# File 'lib/gh/cards/cli.rb', line 15

def generate
  Gh::Cards.generate(options[:template], options[:directory], options[:repo])
end