Documentation
¶
Overview ¶
Package steps holds the individual wizard screens for the `init` wizard. Each step is a self-contained Bubble Tea sub-model.
As of v0.4.0 the Step contract and navigation messages live in internal/tui. This file re-exports them as type aliases so the existing init wizard keeps compiling unchanged while detect/stack/workspace/usb/lab share the same abstractions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Install ¶
type Install struct {
Engines []string
Backend string
DryRun bool
AgplAcknowledged bool
// contains filtered or unexported fields
}
func (*Install) SetAgplAcknowledged ¶
type Step ¶
Step is an alias for tui.Step. Kept for backward compatibility with the existing init wizard. New wizards should import tui directly.
func NewBackend ¶
func NewBackend() Step
func NewConsent ¶
func NewConsent() Step
func NewInstall ¶
func NewInstall() Step
func NewWelcome ¶
func NewWelcome() Step
Click to show internal directories.
Click to hide internal directories.