Registry / cli / vbauerster-mpb-v5

vbauerster-mpb-v5

JSON →
library5.4.0gogounverified

MPB is a library for rendering progress bars in terminal applications.

go get github.com/vbauerster/mpb/v5
INSTALL
IMPORT
SIG · VBAUERSTER-MPB-V5
V
vbauerster-mpb-v5
cligov5.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mpb
github.com/vbauerster/mpb/v5

Create and run a simple progress bar

package main import ( "time" "github.com/vbauerster/mpb/v5" ) func main() { p := mpb.New() bar := p.AddBar(100) for i := 0; i < 100; i++ { time.Sleep(10 * time.Millisecond) bar.Increment() } p.Wait() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
18
Amazon
1
Resources
vbauerster-mpb-v5 — go get vbauerster-mpb-v5 · libregistry