process.null_stdio

process.null_stdio

process.null_stdio

Function

Discard child process stdio.

Syntax

Parameters

No parameters.

Return value

TypeDescription
ProcessReturns the new process builder.

Example

Notes

  • Overrides the inherit_stdio setting.
  • The console child process window will still be hidden under Windows.
  • null_stdio() will discard stdout/stderr, and subsequent stdout_read, stdout_read_lines, stderr_read, and stderr_read_lines will return empty.