# File lib/pry/commands/help.rb, line 31
    def process
      if args.empty?
        display_index(command_groups)
      else
        display_search(args.first)
      end
    end