Document 78
parent
2540253bcb
commit
38410704ed
|
@ -57,6 +57,7 @@ func (cpb *progressBar) TrackProgress(src string, currentSize, totalSize int64,
|
||||||
p.Set64(currentSize)
|
p.Set64(currentSize)
|
||||||
p.SetUnits(pb.U_BYTES)
|
p.SetUnits(pb.U_BYTES)
|
||||||
p.Prefix(fmt.Sprintf(" %s:", filepath.Base(src)))
|
p.Prefix(fmt.Sprintf(" %s:", filepath.Base(src)))
|
||||||
|
// Just a hair less than 80 (standard terminal width) for aesthetics & pasting into docs
|
||||||
p.SetWidth(78)
|
p.SetWidth(78)
|
||||||
cpb.pool.Add(p)
|
cpb.pool.Add(p)
|
||||||
reader := p.NewProxyReader(stream)
|
reader := p.NewProxyReader(stream)
|
||||||
|
|
Loading…
Reference in New Issue