ifrstr / supcolor

Determine whether a terminal supports color.
https://pkg.go.dev/gopkg.ilharper.com/x/supcolor
MIT License
0 stars 0 forks source link

GitHub Actions 内未能正确显示颜色,而本地正常显示 #1

Closed ilharp closed 1 year ago

ilharp commented 1 year ago

GitHub Actions 理论支持 1 级颜色,实际未能显示

参考 koishijs/koishi-desktop

ilharp commented 1 year ago

Related to isatty. Some environments (like GitHub Actions) do not have a TTY, but still support colors. Need to place isatty after environment variables check.