Search results

There are no results.

std.test.Output

class pub Output

The output of a sub process.

Fields

status

let pub @status: ExitStatus

The exit status of the process.

stdout

let pub @stdout: String

The data written to Stdout.

stderr

let pub @stderr: String

The data written to STDERR.