On 25/11/2023 08:55, Daisuke Fujimura via Cygwin-apps wrote:
The one question I have is about what 'gflags_completions.sh' is for? Is
this a helper for scripts other packages using gflags might install in
/etc/bash_completion.d/, or an example? or generally useful?
gflags_completions.sh is a script that generates completions for
options supported by gflags.
-
https://stackoverflow.com/questions/32555861/how-to-get-bash-tab-completions-for-your-own-project-with-gflags
Also, since major distributions such as arch and fedora include this
script in their packages, we decided it would be better to include it
in the cygwin package as well.
- https://archlinux.org/packages/extra/x86_64/gflags/files/
- https://src.fedoraproject.org/rpms/gflags/blob/rawhide/f/gflags.spec
However, perhaps this should be included in runtime or development.
Thanks. That makes perfect sense.
Yeah, it seems like perhaps it should be with the runtime, I think.