Class: Gh::Cards::CLI
- Inherits:
-
Thor
- Object
- Thor
- Gh::Cards::CLI
- Defined in:
- lib/gh/cards/cli.rb
Instance Method Summary collapse
Instance Method Details
#generate ⇒ Object
15 16 17 |
# File 'lib/gh/cards/cli.rb', line 15 def generate Gh::Cards.generate([:template], [:directory], [:repo]) end |