Method: Bundler::Thor::Runner.banner
- Defined in:
- lib/bundler/vendor/thor/lib/thor/runner.rb
permalink .banner(command, all = false, subcommand = false) ⇒ Object
[View source]
11 12 13 |
# File 'lib/bundler/vendor/thor/lib/thor/runner.rb', line 11 def self.(command, all = false, subcommand = false) "thor " + command.formatted_usage(self, all, subcommand) end |