Documentation ¶ Index ¶ type Wizard func New(defaults *config.Config) *Wizard func (w *Wizard) Config() *config.Config func (w *Wizard) Init() tea.Cmd func (w *Wizard) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (w *Wizard) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Wizard ¶ type Wizard struct { // contains filtered or unexported fields } func New ¶ func New(defaults *config.Config) *Wizard func (*Wizard) Config ¶ func (w *Wizard) Config() *config.Config func (*Wizard) Init ¶ func (w *Wizard) Init() tea.Cmd func (*Wizard) Update ¶ func (w *Wizard) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*Wizard) View ¶ func (w *Wizard) View() string Source Files ¶ View all Source files wizard.go Click to show internal directories. Click to hide internal directories.