Convenience method for bold text on stdout
static String bold(String text) => colorizeForStdout(text, (c) => c.bold());