Class: HammerCLI::AbstractCommand
- Inherits:
-
Object
- Object
- HammerCLI::AbstractCommand
- Defined in:
- lib/hammer_cli_experimental/help.rb
Direct Known Subclasses
HammerCLIExperimental::ConfigCommand, HammerCLIExperimental::FullHelpCommand
Instance Method Summary collapse
Instance Method Details
#help ⇒ Object
140 141 142 |
# File 'lib/hammer_cli_experimental/help.rb', line 140 def help self.class.help(invocation_path, HammerCLIExperimental::CondensedBuilder.new(context[:is_tty?])) end |