Formats muted helper text such as usage strings.
String cliMuted(String message, {required bool ansiEnabled}) { return _paint(message, code: '2', ansiEnabled: ansiEnabled); }