Class: Docster::CLI

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

Instance Method Summary collapse

Instance Method Details

#generateObject



13
14
15
# File 'lib/docster/cli.rb', line 13

def generate
  DocGenerator.generate! options.name, options.groups, (options.without_ruby ? nil : options.ruby_version)
end