TangJieHao
TangJieHao9mo ago

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
marvinh.
marvinh.9mo ago
Both Deno.Command or node:child_process work