Versions in this module Expand all Collapse all v0 v0.2.0 Oct 7, 2024 Changes in this version + func GetCursorPosition() (int, int, error) — darwin/amd64, linux/amd64, windows/amd64 + func WithWriter(w io.Writer) optionFunc + type ProgressBar struct + func NewProgressBar(max uint64, redrawInterval time.Duration, opts ...optionFunc) *ProgressBar + func (p *ProgressBar) Complete() + func (p *ProgressBar) Inc() + func (p *ProgressBar) Pause() + func (p *ProgressBar) Resume() + func (p *ProgressBar) Set(value uint64) + func (p *ProgressBar) SetStatus(status string) + func (p *ProgressBar) Start() v0.1.0 Oct 6, 2024