Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

How to set progress bar length? #66

Open Yaroshvitaliy opened 4 years ago

Yaroshvitaliy commented 4 years ago

Hi. Great work! Is it possible to add nullable property like progress bar length into ProgressBarOptions and use it instead of Console.WindowWidth if it set? When console window 's widh is changed, progress bar looks not very well.