mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Update dependencies
This commit is contained in:
parent
84443d0e69
commit
c69097434c
3 changed files with 84 additions and 488 deletions
|
@ -51,7 +51,7 @@ func setupProgressBar(p *mpb.Progress, name string) *mpb.Bar {
|
|||
mpb.PrependDecorators(
|
||||
decor.Name(" "),
|
||||
decor.OnComplete(
|
||||
decor.Spinner(nil, decor.WC{W: 2, C: decor.DidentRight}),
|
||||
decor.Spinner(nil, decor.WC{W: 2, C: decor.DindentRight}),
|
||||
green("✓ "),
|
||||
),
|
||||
decor.Name(name, decor.WCSyncWidthR),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue