pos

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

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

Parameters

verbose

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