package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: Jan 7, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func WithMessage(m ...any) opt
func WithTitle(t ...any) opt
func WithTodo(s int64) opt
func WithWidth(w int) opt
func New(opts ...opt) *Bar
New creates a new progress meter
Did increases the amount of work which has been done
Doing indicates that some part of the work to be done has been started
func (b *Bar) Finished(message ...any)
Finished indicates that the task being measured has finished completely
func (b *Bar) Reset(opts ...opt)
Todo increases the amount of work to be done
Source Files
¶
Click to show internal directories.
Click to hide internal directories.