--modversion missing in pkg-config --help #157
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
--modversion
is missing inpkg-config --help
.I've opened this issue for bash-completion:
https://github.com/scop/bash-completion/issues/176
because with pkgconf there is no completion of the
--modversion
pkg-config option name. But the bash-completion issue was closed because what they do is to parse the output ofpkg-config --help
to know the list of options.That is indeed a good catch, thank you for reporting!
Thanks, I'm glad the problem is fixed.