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) base = $thor_runner ? "thor" : File.basename($0.split(" ").first) "#{base} #{task.formatted_usage(self, base == "thor")}" end