warning

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

Print string prefixed with warning: to stdout with the lineEnding.

Parameters

verbose

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