vbauerster / mpb

multi progress bar for Go cli applications
The Unlicense
2.29k stars 123 forks source link

Cannot show up progress bar at Goland terminal console #127

Open chenpi12311 opened 1 year ago

chenpi12311 commented 1 year ago

when i run go program at terminal by myself, i can see the progress bar. but when i use Goland to run go program, i can't see the progress bar, while i can see other text which printed by fmt.Println()..

vbauerster commented 1 year ago

Most likely Goland's terminal emulator doesn't report itself as terminal. You can force output by applying WithAutoRefresh option.