alias Process::Stdio
Overview
The standard io configuration of a process:
nil
: use a pipefalse
: no IO (/dev/null
)true
: inherit from parentIO
: use the given IO
Alias Definition
Bool | IO | Nil
The standard io configuration of a process:
nil
: use a pipefalse
: no IO (/dev/null
)true
: inherit from parentIO
: use the given IOBool | IO | Nil