Class: HammerCLI::AbstractCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/hammer_cli_experimental/help.rb

Instance Method Summary collapse

Instance Method Details

#helpObject



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