Closed
Description
i thought this was a duplicate, in issue #173, but when i added :autofinish => true
, it didn't work at all. so, are there any other options to clean up the progress when it's already completed to 100%?
the simple code:
require "ruby-progressbar"
p = ProgressBar.create(
:total => 10,
:format => "%a %b\u{15E7}%i %p%% %t",
:progress_mark => ' ',
:remainder_mark => "\u{FF65}",
:autofinish => true
)
10.times {
p.increment
sleep 0.1
}
regards!
Metadata
Metadata
Assignees
Labels
No labels