class Thor::Task

def formatted_options


Returns the options usage for this task.
def formatted_options
  @formatted_options ||= options.map{ |_, o| o.usage }.sort.join(" ")
end