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