I'm writing a command line tool with Swift and I'm having trouble displaying colors in my shell. I'm using the following code:
I trying a lot solution but always the same thing
print("\u{001B}[0;33myellow")
OUTPUT:[0;33myellow
I expect the output is change color in console, is like to logcat