gitpod-io / run-gp

Run a local workspace using the .gitpod.yml
GNU Affero General Public License v3.0
47 stars 6 forks source link

Verbose output formatting is broken on Windows Terminal #30

Open laurentkempe opened 2 years ago

laurentkempe commented 2 years ago

Describe the bug

Running run-gp in verbose mode on Windows 11 Terminal

To Reproduce

  1. Run the command with the verbose option .\run-gp_0.1.6_Windows_amd64.exe -v
  2. See the broken formatting, see screenshot

Expected behavior

A clean formatted log in Windows Terminal

Screenshots

image

Desktop (please complete the following information):

Additional context

To be able to read the output you can use redirection to an output file

.\run-gp_0.1.6_Windows_amd64.exe -v >> out.log

Which you can open for example in VS code and

image

laurentkempe commented 2 years ago

@csweichel the issue is most probably coming from the \t that we can see in the strings in the second screenshot