Method: SubCommand.banner

Defined in:
lib/cnvrg/cli/subcommand.rb


13
14
15
# File 'lib/cnvrg/cli/subcommand.rb', line 13

def self.banner(command, namespace = nil, subcommand = false)
  "#{basename}  #{command.usage}"
end