Class: Command

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

Instance Method Summary collapse

Instance Method Details

#generateObject



16
17
18
# File 'lib/command.rb', line 16

def generate
  FreshErd::GenerateErd.new.exec(options[:input], options[:output])
end