mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 18:37:21 +00:00
Update c/image and c/common to latest
... to include https://github.com/containers/image/pull/2173 and https://github.com/containers/common/pull/1731 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
6
vendor/github.com/vbauerster/mpb/v8/container_option.go
generated
vendored
6
vendor/github.com/vbauerster/mpb/v8/container_option.go
generated
vendored
@@ -93,9 +93,9 @@ func WithAutoRefresh() ContainerOption {
|
||||
}
|
||||
}
|
||||
|
||||
// PopCompletedMode will pop completed bars to the top.
|
||||
// To stop rendering bar after it has been popped, use
|
||||
// mpb.BarRemoveOnComplete() option on that bar.
|
||||
// PopCompletedMode pop completed bars out of progress container.
|
||||
// In this mode completed bars get moved to the top and stop
|
||||
// participating in rendering cycle.
|
||||
func PopCompletedMode() ContainerOption {
|
||||
return func(s *pState) {
|
||||
s.popCompleted = true
|
||||
|
Reference in New Issue
Block a user