Method: SubCommandBase.banner

Defined in:
lib/wanda/sub_command_base.rb


4
5
6
# File 'lib/wanda/sub_command_base.rb', line 4

def self.banner(command, _namespace = nil, _subcommand = false)
  "#{basename} #{subcommand_prefix} #{command.usage}"
end