Method: SubCommandBase.banner
- Defined in:
- lib/wanda/sub_command_base.rb
.banner(command, _namespace = nil, _subcommand = false) ⇒ Object
4 5 6 |
# File 'lib/wanda/sub_command_base.rb', line 4 def self.(command, _namespace = nil, _subcommand = false) "#{basename} #{subcommand_prefix} #{command.usage}" end |