doggo/cmd
Gaeulbyul cb5ec6c30a fix: Correctly print colored text on Windows
This commit will fix #40.

Replacing os.Stdout with color.Output will fix the problem on Windows's console.

Internally, `color.Output` is same as `colorable.NewColorableStdout()`, according to acd5f3bb28/color.go (L25-L27)

see also: https://godocs.io/github.com/mattn/go-colorable#NewColorableStdout
2022-07-13 20:09:27 +09:00
..
api chore: Restructure package directories 2021-06-25 19:02:00 +05:30
doggo fix: Correctly print colored text on Windows 2022-07-13 20:09:27 +09:00