pub fn child_stderr() -> StdioExpand description
Returns a Stdio suitable for a child process’s stderr. When silent
mode is active, this dups the saved real-stderr fd so the child
bypasses the /dev/null redirect on fd 2. Otherwise returns
Stdio::inherit().