class Thor::Task
def initialize(*args)
def initialize(*args) # keep the original opts - we need them later on @options = args[3] || {} super end
def initialize(*args) # keep the original opts - we need them later on @options = args[3] || {} super end