# File lib/rubyrep/replication_runner.rb, line 154
    def self.run(args)
      runner = new

      status = runner.process_options(args)
      if runner.options
        runner.execute
      end
      status
    end