venego
Explore posts from serversCan't spawn a shell properly using Deno!
If the input could be written to (like
const output = await process.output();
but for inputs), that would be really nice; no streams are required for what I'm trying to input.
I imagine it would be like: await process.setInput('inputtt')
.38 replies
Can't spawn a shell properly using Deno!
I hope this is a good start: https://examples.deno.land/subprocesses-spawn
38 replies