class Byebug::HelpCommand

def help_for(input, cmd)

def help_for(input, cmd)
  raise CommandNotFound.new(input, command) unless cmd
  puts(cmd.help)
end