Class: SubCommandBase

Inherits:
Thor
  • Object
show all
Defined in:
lib/fastlyctl/subcommand_patch.rb

Class Method Summary collapse

Class Method Details



2
3
4
# File 'lib/fastlyctl/subcommand_patch.rb', line 2

def self.banner(command, namespace = nil, subcommand = false)
  basename + " " + self::SubcommandPrefix + " " + command.usage
end