# File lib/pry/command.rb, line 245
    def run(command_string, *args)
      command_string = _pry_.config.command_prefix.to_s + command_string
      complete_string = "#{command_string} #{args.join(" ")}".rstrip
      command_set.process_line(complete_string, context)
    end