Docker compose v2 pull cli interface on windows not behaving nicely with tty formatting

Hi All,
I’m not sure where to post about the new docker compose v2 experimental interface. If this is the wrong place please feel free to direct me to the correct location.

I am using the new docker compose v2 cli interface in Windows Git Bash. The new cli when used with docker compose pull appears to no longer adhere to tty formatting. As it is downloading, my cli is scrolling by with updates on the download and extraction process instead of updating individual lines in place. I’m not sure how to fix it, and for me, this project has 25 pulls it needs to do, so I can’t determine where it is for each one.

Any suggestions on how to fix it?
Thanks
-Will