I just realized - the `help` goal doesn't respect ...
# development
h
I just realized - the
help
goal doesn't respect the
--no-colors
flag
👍 1
h
yeah it uses
sys.stdout.isatty()
instead, which is wrong