StdioSymbols

data object StdioSymbols

Standard I/O Symbols

Symbolic names used for different StdioConfig operating modes; see each mode for behavior documentation.

Properties

Link copied to clipboard
const val IGNORE: String

Discards the underlying stream data.

Link copied to clipboard
const val INHERIT: String

Inherits the underlying stream from the parent process.

Link copied to clipboard
const val PIPE: String

Pipes the underlying stream to the child process.