# File lib/thor.rb, line 198
      def banner(task)
        "#{banner_base} #{task.formatted_usage(self, banner_base == "thor")}"
      end