class PuppetDebugger::InputResponders::Help

Constants

COMMAND_GROUP
COMMAND_WORDS
SUMMARY

Public Instance Methods

run(_args = []) click to toggle source
# File lib/plugins/puppet-debugger/input_responders/help.rb, line 11
def run(_args = [])
  PuppetDebugger::Cli.print_repl_desc
end