mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
The original only worked in the manifest directory *and* didn't even list the right packages. E.g. for fish it listed "printf", when the package is called "fish-printf". So we're not keeping it because it's wrong. Instead let's parse the actual json. It's a shame there is no simple command to just get it line-delimited, of course. Fixes #11384