shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
1.95k stars 505 forks source link

helpxml removed? #1405

Closed nbilyk closed 4 months ago

nbilyk commented 4 months ago

The option --helpxml seems to be removed somewhere after 2.6.1. I don't see a mention in the changelog that it was deprecated. I found it useful when generating a node API for shaka packager. Was this intentional?

cosmin commented 4 months ago

This unfortunately is a side effect of the move from gflags to abseil flags in 3.0.

--helpxml was provided by gflags but there is no such thing in the abseil flags library, at least currently.