class Thor

def banner(task, namespace=true, show_options=true)


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, namespace=true, show_options=true)
  task.formatted_usage(self, namespace, show_options)
end