Shim Deno.Command
Once stabilized.
Do you have a general idea or pointers as to how this might be implemented?
I'm not sure. Maybe it would need to use node's web streams https://nodejs.org/api/webstreams.html
This is the sort of thing I would step up to implement, but I don't feel confident I could do it right since I don't understand the full API.
Either way, considering the aggressive deprecation warnings in deno 1.40 for this API, time is now more pressing on implementing this.
@dsherret Mind if I pick this one up? I would just do it by wrapping around node:child_proccess, unless there are reasons not to?
Edit:
I would probably align to what was implemented for Deno.run as it is very similar