# File lib/yard/cli/display.rb, line 8
      def initialize(*args)
        super
        options.format = :text # default for this command
        @layout = nil
        @objects = []
      end