type StripWriter struct { io.Writer }
StripWriter strips all color codes.
Output: before inside after
func (w *StripWriter) Write(p []byte) (n int, err error)