class Thor::Runner

def self.banner(task)

def self.banner(task)
  "thor " + task.formatted_usage(self, false)
end