You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In multirust-rs I discovered that the proxy binaries must add command.stdin(process::Stdio::inherit()); to the child commad in order for stdin to work in the subprocess, but only on windows. On unix it works by default.