When using dog to run commands that prints out lines with colors, it seems like dog is stripping out the colors for some reason.
I have a project called Quickwiki that uses dog, and when running QUICKWIKI_DEBUG=1 go run main.go build ./wiki, it prints out colors.
But, when running QUICKWIKI_DEBUG=1 dog build-wiki, which runs the same command, the colors are stripped.