Red text for errors
static String error(String text) { return _applyStyle(text, (t) => chalk.red(t)); }