# File lib/pry/default_commands/commands.rb, line 6
        def process(command_set_name)
          raise CommandError, "Provide a command set name" if command_set.nil?

          set = target.eval(arg_string)
          _pry_.commands.import set
        end