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