Skip to content

stdin inherits by default on unix, not on windows #32254

Closed
@brson

Description

@brson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-windowsOperating system: Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions