# File lib/twitter/cli.rb, line 297
    def run
      do_work do
        options, since_id = {}, Configuration["replies_since_id"]
        options[:since_id] = since_id if !since_id.blank? && !params['force'].given?
        collection = base.replies(options)
        output_tweets(collection, {:since_prefix => 'replies'})
      end
    end