Method: Thor::DynamicCommand#initialize

Defined in:
lib/thor/command.rb

#initialize(name, options = nil) ⇒ DynamicCommand

Returns a new instance of DynamicCommand.

[View source]

138
139
140
# File 'lib/thor/command.rb', line 138

def initialize(name, options = nil)
  super(name.to_s, "A dynamically-generated command", name.to_s, nil, name.to_s, options)
end