Class: Abt::Cli::GlobalCommands::Commands
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Abt::Cli::GlobalCommands::Commands
- Defined in:
- lib/abt/cli/global_commands/commands.rb
Instance Attribute Summary collapse
-
#cli ⇒ Object
readonly
Returns the value of attribute cli.
Attributes inherited from BaseCommand
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from BaseCommand
Constructor Details
This class inherits a constructor from Abt::BaseCommand
Instance Attribute Details
#cli ⇒ Object (readonly)
Returns the value of attribute cli.
15 16 17 |
# File 'lib/abt/cli/global_commands/commands.rb', line 15 def cli @cli end |
Class Method Details
.description ⇒ Object
11 12 13 |
# File 'lib/abt/cli/global_commands/commands.rb', line 11 def self.description "List all abt commands" end |
.usage ⇒ Object
7 8 9 |
# File 'lib/abt/cli/global_commands/commands.rb', line 7 def self.usage "abt commands" end |