Migrating from Deno.run to Deno.command, how to readLines?
At the moment I have this:
How would I now do this if using
How would I now do this if using
Deno.Command? I'm currently spawning a long running subprocess that doesn't exit on it's own, so simply running the command, and using outputSync() probably isnt an option