Method: Bundler::Thor::Runner.banner

Defined in:
lib/bundler/vendor/thor/lib/thor/runner.rb
[View source]

11
12
13
# File 'lib/bundler/vendor/thor/lib/thor/runner.rb', line 11

def self.banner(command, all = false, subcommand = false)
  "thor " + command.formatted_usage(self, all, subcommand)
end