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.
The standard input stream.
var standardInput: FileHandle? { get set }Setting to nil will bind the stream to /dev/null.
The default is nil.