Contents

standardInput

The standard input stream.

Declaration

var standardInput: FileHandle? { get set }

Discussion

Setting to nil will bind the stream to /dev/null.

The default is nil.

See Also

Standard Unix Streams