Open BebeSparkelSparkel opened 2 months ago
I think this is similar to https://github.com/tfausak/cabal-gild/issues/35#issuecomment-1969536376.
I don't know about entr
, but at least for xargs
you can use the -I
option to get it working:
... | xargs -I % cabal-gild --io=%
Having only an = only assignment for --io makes in uncomposable with entr and xargs.