Method: SubCommand.banner
- Defined in:
- lib/cnvrg/cli/subcommand.rb
.banner(command, namespace = nil, subcommand = false) ⇒ Object
13 14 15 |
# File 'lib/cnvrg/cli/subcommand.rb', line 13 def self.(command, namespace = nil, subcommand = false) "#{basename} #{command.usage}" end |