`hermit info --json <pkg>` does not expand binaries globs
Opened this issue ยท 1 comments
alecthomas commented
eg.
๐~/Projects/shreq $ hermit info --json $(hermit list -s) | jq '.[].Binaries'
[
"bin/*"
]
nickajacks1 commented
@alecthomas if the globs fail to resolve, should they still be printed for --json
mode, or should they be omitted as with regular mode?