PrintRequest

data class PrintRequest(val text: String, val trailingLinebreak: Boolean, val stderr: Boolean)

Constructors

Link copied to clipboard
constructor(text: String, trailingLinebreak: Boolean, stderr: Boolean)

Properties

Link copied to clipboard

If True, the text should be written to stderr instead of stdout.

Link copied to clipboard

The Text to print

Link copied to clipboard

If True, a trailing linebreak should be written after the text.