vbauerster / mpb

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

Possible to have an IncrBy that takes in64 as input please? #42

Closed sethkor closed 5 years ago

sethkor commented 5 years ago

This is a feature request.

Is it possible to have an IncrBy that takes in64 as input please?

I'm working with file sizes and the ProxyReader doesn't work for me as I want to also do an ETA based on bytes processed.

Thanks

vbauerster commented 5 years ago

Added IncrInt64.