Class: HammerCLIConsole::FullHelpCommand

Inherits:
HammerCLI::AbstractCommand
  • Object
show all
Defined in:
lib/hammer_cli_console/fullhelp.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



5
6
7
8
9
10
11
12
# File 'lib/hammer_cli_console/fullhelp.rb', line 5

def execute
  puts HammerCLI::MainCommand.new('', {}).help
  puts

  print_help_recursive

  HammerCLI::EX_OK
end