Companion

object Companion

Properties

Link copied to clipboard
const val STDIN: String

The reserved alias for the standard input channel.

Functions

Link copied to clipboard
fun fromStandard(input: InputChannel<String> = InputChannel.stdIn()): InputStore

Creates an InputStore with input (defaulting to InputChannel.stdIn) as both stdIn and "user_input".

Link copied to clipboard

Creates an InputStore out of channels, using the STDIN-aliased one (or InputChannel.stdIn if absent) as stdIn.