# File lib/bundler/vendor/thor.rb, line 254
      def banner(task, namespace = nil, subcommand = false)
        base = File.basename($0).split(" ").first
        "#{base} #{task.formatted_usage(self, $thor_runner, subcommand)}"
      end