Documentation ¶
Index ¶
- func Banner(font shared.FontBannerType, s string)
- func Clear()
- func Cmd(defaultCmmand string, windowsCmmand ...string)
- func Confirm(label string) (bool, error)
- func Help(name string, options []*HelpOptions)
- func Select(label string, options []string) (string, error)
- func WithColor[...](color string, chain T)
- type BoolAction
- type HelpOptions
- type IntAction
- type StringAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Banner ¶
func Banner(font shared.FontBannerType, s string)
func Help ¶
func Help(name string, options []*HelpOptions)
Types ¶
type BoolAction ¶
type BoolAction struct {
Action func(bool)
}
type HelpOptions ¶
type StringAction ¶
type StringAction struct {
Action func(string)
}
Click to show internal directories.
Click to hide internal directories.