err

fun err(string: String, verbose: Boolean = false, lineEnding: String = "")

Print string prefixed with error: to stderr with the lineEnding.

Parameters

verbose

Whether the message should only show up if Ansi.showVerbose is true.