Class: HammerCLIConsole::CommandTreeCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



5
6
7
8
9
# File 'lib/hammer_cli_console/commandtree.rb', line 5

def execute
  print_tree_recursive

  HammerCLI::EX_OK
end