Documentation
¶
Index ¶
- Constants
- func Ask[T optConstraint](writer Writer, question string, opts ...T) (res T, err error)
- func Confirm(writer Writer, question string) bool
- func Password(writer Writer, prompt string, valid func(string) error) (string, error)
- type Color
- type Column
- type Displayable
- type Progress
- type Table
- type Writer
Constants ¶
View Source
const ( Reset = "\033[0m" Bold = "\u001B[1m" Italic = "\u001B[3m" Underline = "\u001B[4m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Displayable ¶
type Progress ¶
func NewProgress ¶
type Table ¶
func (*Table) FindColumn ¶
Click to show internal directories.
Click to hide internal directories.