Class: Hyrb::Command

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

Class Method Summary collapse

Class Method Details

.subc(name, description) ⇒ Object



5
6
7
8
# File 'lib/hyrb/command.rb', line 5

def self.subc(name, description)
  desc name.to_sym, description
  subcommand name.to_s, "hyrb/commands/#{name}".camelcase.constantize
end