mirror of https://github.com/daffainfo/nuclei.git
Remove any completed bar so far
parent
e59ac01c65
commit
683de150bd
|
@ -47,6 +47,7 @@ func (p *Progress) NewBar(name string, total int64) *mpb.Bar {
|
||||||
total,
|
total,
|
||||||
mpb.BarNoPop(),
|
mpb.BarNoPop(),
|
||||||
//mpb.BarQueueAfter(p.Bar),
|
//mpb.BarQueueAfter(p.Bar),
|
||||||
|
mpb.BarRemoveOnComplete(),
|
||||||
mpb.PrependDecorators(
|
mpb.PrependDecorators(
|
||||||
decor.Name(barname),
|
decor.Name(barname),
|
||||||
decor.CountersNoUnit(aurora.Blue(" %d/%d").String()),
|
decor.CountersNoUnit(aurora.Blue(" %d/%d").String()),
|
||||||
|
|
Loading…
Reference in New Issue