success method

String success(
  1. String s
)

Styles s as successful output.

Implementation

String success(String s) => _pc.green(s);