Skip to main content

Output.status

Output.status: std.process.ExitStatus
The status (exit code) of the process.

Output.stderr

Output.stderr: str
The data that the process wrote to stderr.

Output.stdout

Output.stdout: str
The data that the process wrote to stdout.