grosser / parallel

Ruby: parallel processing made simple and fast
MIT License
4.16k stars 254 forks source link

allow config of progressbar format #264

Closed florianeck closed 5 years ago

florianeck commented 5 years ago

i use this plugin quite a lot - thanks to you at this point 👍 i miss the option to add progress bar format as described here: https://github.com/jfelchner/ruby-progressbar/wiki/Formatting

will add a PR soon to fix this issue!

florianeck commented 5 years ago

ok, nevermind - after checking out the code, i just saw:

using progress_options: {} on the main call, i can do just what i asked for... 👍 for implemeting this in the first place!