Method: Knifecmd#print_tree

Defined in:
lib/kknife/knifecmd.rb

Start with out root Command and print the command tree



116
117
118
# File 'lib/kknife/knifecmd.rb', line 116

def print_tree
  @cmd_root.pp
end