Prints a string signifying success.
@override void printSuccess(String str) { stdout.writeln(green(str)); }