info

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

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

Parameters

verbose

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