Class: Cinch::BotTemplate::Config

Inherits:
Thor
  • Object
show all
Defined in:
lib/cinch/bot_template/main/config.rb

Instance Method Summary collapse

Methods inherited from Thor

command_help

Instance Method Details

#gen(dir) ⇒ Object



14
15
16
17
# File 'lib/cinch/bot_template/main/config.rb', line 14

def gen(dir)
  generator = Cinch::BotTemplate::Classes::Config.new(options: options, shell: self.shell)
  generator.generate(Pathname(dir))
end