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,
|
||||
mpb.BarNoPop(),
|
||||
//mpb.BarQueueAfter(p.Bar),
|
||||
mpb.BarRemoveOnComplete(),
|
||||
mpb.PrependDecorators(
|
||||
decor.Name(barname),
|
||||
decor.CountersNoUnit(aurora.Blue(" %d/%d").String()),
|
||||
|
|
Loading…
Reference in New Issue