Class: PF::CommandBase

Inherits:
Thor
  • Object
show all
Defined in:
lib/pf/cli/command_base.rb

Direct Known Subclasses

QiniuAccountCommand, QiniuCommand

Constant Summary collapse

@@myself =
'<subcommand>'

Class Method Summary collapse

Class Method Details



7
8
9
# File 'lib/pf/cli/command_base.rb', line 7

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