note

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

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

Parameters

verbose

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