Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbose output formatting is broken on Windows Terminal #30

Open
laurentkempe opened this issue Jun 30, 2022 · 1 comment
Open

Verbose output formatting is broken on Windows Terminal #30

laurentkempe opened this issue Jun 30, 2022 · 1 comment

Comments

@laurentkempe
Copy link
Contributor

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):

  • OS: Windows
  • CPU: amd64
  • Version 11

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant