Class: PuppetDebugger::InputResponders::Help

Inherits:
PuppetDebugger::InputResponderPlugin show all
Defined in:
lib/plugins/puppet-debugger/input_responders/help.rb

Constant Summary collapse

COMMAND_WORDS =
%w(help)
SUMMARY =
'Show the help screen with version information.'
COMMAND_GROUP =
:help

Instance Attribute Summary

Attributes inherited from PuppetDebugger::InputResponderPlugin

#debugger

Instance Method Summary collapse

Methods inherited from PuppetDebugger::InputResponderPlugin

command_completion, command_group, command_words, details, execute, #modules_paths, #puppet_debugger_lib_dir, summary

Instance Method Details

#run(args = []) ⇒ Object



9
10
11
# File 'lib/plugins/puppet-debugger/input_responders/help.rb', line 9

def run(args = [])
  PuppetDebugger::Cli.print_repl_desc
end