Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProgressStyleTitle = aec.CyanF ProgressStyleMessage = aec.Color8BitF(aec.NewRGB8Bit(132, 132, 132)) ProgressStyleError = aec.RedF )
View Source
var SpinnerIcons = map[TaskState][]string{
TaskStateIdle: {" "},
TaskStateProgress: {"⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"},
TaskStateCompleted: {"✔"},
TaskStateError: {"✘"},
}
Functions ¶
func NewTtyWriter ¶
func NewTtyWriter() *ttyWriter
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) NoProgress ¶
Click to show internal directories.
Click to hide internal directories.
