Class: SubCommandBase
- Inherits:
-
Thor
- Object
- Thor
- SubCommandBase
- Defined in:
- lib/fastlyctl/subcommand_patch.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.banner(command, namespace = nil, subcommand = false) ⇒ Object
2 3 4 |
# File 'lib/fastlyctl/subcommand_patch.rb', line 2 def self.(command, namespace = nil, subcommand = false) basename + " " + self::SubcommandPrefix + " " + command.usage end |