class Thor

def banner(task)


the namespace should be displayed as arguments.
the task that is going to be invoked and a boolean which indicates if
thor class by another ways which is not the Thor::Runner. It receives
The banner for this class. You can customize it if you are invoking the
def banner(task)
  "#{banner_base} #{task.formatted_usage(self, banner_base == "thor")}"
end