Deno.Command
I'm looking to run a child_process with
readline and spawn. I've tried following examples and such.
Would it be better to use spawn from non:child_process? For std thread?
I need to be able start, read, write and exit to std spawn.
1 Reply
Both
Deno.Command
or node:child_process
work