nitc :: ToolContext :: format_h3
Default style is white and nobold.
# Format and colorize a string heading of level 3 for console output. # # Default style is white and nobold. fun format_h3(str: String): String do if opt_nocolors.value then return str return str end