is there a way to execute a process and capture/redirect its stdin/stdout/stderr? preferably in a streaming way (e.g. get stdout while its being generated by the process).
this seems to be supported in https://github.com/Devolutions/now-proto/blob/now-proto-pdu-v0.4.3/rust/now-proto-pdu/src/exec/process.rs#L33-L36
is there a way to execute a process and capture/redirect its stdin/stdout/stderr? preferably in a streaming way (e.g. get stdout while its being generated by the process).
this seems to be supported in https://github.com/Devolutions/now-proto/blob/now-proto-pdu-v0.4.3/rust/now-proto-pdu/src/exec/process.rs#L33-L36