# File lib/bundler/vendor/thor/lib/thor.rb, line 367 def banner(command, namespace = nil, subcommand = false) "#{basename} #{command.formatted_usage(self, $thor_runner, subcommand)}" end