standardOutput
The standard output stream.
Declaration
var standardOutput: FileHandle? { get set }Discussion
Setting to nil will bind the stream to /dev/null.
The default is nil.
The standard output stream.
var standardOutput: FileHandle? { get set }Setting to nil will bind the stream to /dev/null.
The default is nil.