Class: Kanji::CLI::Generate

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

Instance Method Summary collapse

Instance Method Details

#type(name, *attributes) ⇒ Object



7
8
9
10
# File 'lib/kanji/cli/generate.rb', line 7

def type(name, *attributes)
  require "kanji/generators/type"
  Generators::Type.new(name, attributes).call
end