# File lib/cucumber/cli/options.rb, line 52
      def self.parse(args, out_stream, error_stream, options = {})
        new(out_stream, error_stream, options).parse!(args)
      end