Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Color ¶
type Color string
const ( Reset Color = "\033[0m" Red Color = "\033[31m" Green Color = "\033[32m" Yellow Color = "\033[33m" Blue Color = "\033[34m" Magenta Color = "\033[35m" Cyan Color = "\033[36m" Gray Color = "\033[37m" White Color = "\033[97m" BgWhite Color = "\033[107m" BgCyan Color = "\033[46m" BgYellow Color = "\033[43m" )
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
func (*Printer) PrintWithCodeStyling ¶
type Question ¶ added in v0.1.3
type Question struct {
// contains filtered or unexported fields
}
func NewQuestion ¶ added in v0.1.3
type Spinner ¶ added in v0.1.0
type Spinner struct {
// contains filtered or unexported fields
}
func NewSpinner ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.