cashapp/hermit

`hermit info --json <pkg>` does not expand binaries globs

Opened this issue ยท 1 comments

eg.

๐Ÿš~/Projects/shreq $ hermit info --json $(hermit list -s) | jq '.[].Binaries'
[
  "bin/*"
]

@alecthomas if the globs fail to resolve, should they still be printed for --json mode, or should they be omitted as with regular mode?