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