Codebase list golang-github-vbauerster-mpb / 50dd43f
complex example add OnComplete decor Vladimir Bauer 3 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2121 decor.Name("downloading", decor.WCSyncSpaceR),
2222 decor.CountersNoUnit("%d / %d", decor.WCSyncWidth),
2323 ),
24 mpb.AppendDecorators(decor.Percentage(decor.WC{W: 5})),
24 mpb.AppendDecorators(
25 decor.OnComplete(decor.Percentage(decor.WC{W: 5}), "done"),
26 ),
2527 )
2628 queue[1] = p.AddBar(rand.Int63n(101)+100,
2729 mpb.BarQueueAfter(queue[0]), // this bar is queued