Green text for success
static String success(String text) { return _applyStyle(text, (t) => chalk.green(t)); }