Michael Kefeder

Results 54 comments of Michael Kefeder

I cannot come up with an easy fix for this, because blindly "replacing any tilde found at the beginning of a string in the args list with $HOME" likely breaks...

silly me, I can make it work myself right now like this: `formatter = { command = 'bash', args = ["-c", "deno fmt - --ext md --config ~/.config/deno.json" ] }`...

just a heads up for people looking for this tilde-expanding feature, it has not been implemented, the workaround calling your shell shown above is still needed. Which is fine by...

@3v1n0 I re-wrote this tool in Rust to integrate it with a rust code coverage tool. I also added your requested feature to my cmd-line implementation https://github.com/mike-kfed/lcov2cobertura/ it'd be great...