Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppInstalled ¶ added in v0.8.2
func AppInstalled() bool
func SuccessText ¶
Add a lipgloss success style to the given text.
func WarningText ¶
Add a lipgloss warning style to the given text.
Types ¶
type Msg ¶
type Msg interface {
GetText() string
}
Msg is an interface for messages that can be printed to the output.
type RegularMsg ¶
type RegularMsg struct {
// contains filtered or unexported fields
}
func NewRegularMsg ¶
func NewRegularMsg(text string, a ...any) *RegularMsg
func (*RegularMsg) GetText ¶
func (m *RegularMsg) GetText() string
type SuccessMsg ¶
type SuccessMsg struct {
// contains filtered or unexported fields
}
func NewSuccessMsg ¶
func NewSuccessMsg(text string, a ...any) *SuccessMsg
func (*SuccessMsg) GetText ¶
func (m *SuccessMsg) GetText() string
Click to show internal directories.
Click to hide internal directories.