Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Tick method overload to the IProgressBar interface

marius-stanescu-archive360 opened this issue · comments

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

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