mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
fix(deps): update module github.com/vbauerster/mpb/v8 to v8.6.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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