Companion

expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun tryBind(): Tty?

Initialize a Tty instance to the standard input, output, and error streams for this application. Only a single Tty instance can be bound at a time. Subsequent calls will throw an exception until Tty.close is called. Returns null if no TTY is available for this process.

actual fun tryBind(): Tty?
actual fun tryBind(): Tty?