You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite calling colorama.init() to filter out ANSI escape sequences, there is no colored output in MINGW. However, the Command prompt in Windows outputs the color as expected. See https://pypi.python.org/pypi/colorama for more information on colorama.init()
Sample output in MINGW:
$ python.exe run.py -h
usage: run.py [-h] [-l] [-a title [title ...]] [-i title [title ...]]
[-r title [title ...]] [-Ra] [-v]
[TITLE [TITLE ...]]
Reminds you of something you knew before
...
See LICENSE at https://github.com/GochoMugo/remindme/blob/master/LICENSE
←[0m
Notice the ANSI character at the bottom...
The text was updated successfully, but these errors were encountered:
Despite calling
colorama.init()
to filter out ANSI escape sequences, there is no colored output in MINGW. However, the Command prompt in Windows outputs the color as expected. See https://pypi.python.org/pypi/colorama for more information oncolorama.init()
Sample output in MINGW:
Notice the ANSI character at the bottom...
The text was updated successfully, but these errors were encountered: