Mpdreamz / shellprogressbar

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

Add Tick method overload to the IProgressBar interface #46

Closed marius-stanescu-archive360 closed 4 years ago

marius-stanescu-archive360 commented 5 years ago

The IProgressBar interface is missing the Tick method overload Tick(int newTickCount, string message = null). Could you please add it?

Mpdreamz commented 4 years ago

This is now in master thanks to @0xced PR #39 thanks for reporting this :+1: