Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
Reporter drives the BubbleTea progress UI. Call Run() in the main goroutine and send progress events from a background goroutine.
func NewReporter ¶
func NewReporter() *Reporter
NewReporter creates and wires a Reporter with a running BubbleTea program.
func (*Reporter) Done ¶
func (r *Reporter) Done()
Done marks the current top-level task as completed (strikethrough).
func (*Reporter) Quit ¶
func (r *Reporter) Quit()
Quit tears down the BubbleTea program. Call this after all work is done.
func (*Reporter) SubDone ¶
func (r *Reporter) SubDone()
SubDone marks the current subtask as completed (strikethrough).
Click to show internal directories.
Click to hide internal directories.