Documentation
¶
Index ¶
- func AskConfirm(title, description string, result *bool) error
- func DiscoverWorkflows(workflowDir string) ([]string, error)
- func GetErrorStyle() lipgloss.Style
- func GetInfoStyle() lipgloss.Style
- func GetWarnStyle() lipgloss.Style
- func IsTTY() bool
- func RunWithSpinner(ctx context.Context, message string, fn func() (any, error)) (any, error)
- type GroupBuilder
- type Wizard
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AskConfirm ¶ added in v0.2.0
func DiscoverWorkflows ¶
func GetErrorStyle ¶ added in v0.2.0
func GetInfoStyle ¶ added in v0.2.0
func GetWarnStyle ¶ added in v0.2.0
Types ¶
type GroupBuilder ¶
type Wizard ¶
type Wizard struct {
// contains filtered or unexported fields
}
func (*Wizard) GetConfigType ¶ added in v0.3.0
GetConfigType returns the config type chosen by the user
func (*Wizard) SetRepository ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.