Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunInteractiveMode ¶
RunInteractiveMode runs the interactive mode using bubbletea Returns true if the user completed the interactive mode, false if they exited early
func RunMultiStepMode ¶
RunMultiStepMode runs the multi-step interactive mode Returns true if the user completed the interactive mode, false if they exited early
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the state of the interactive form
func Initialize ¶
Initialize creates a new model with default values
type MultiStepModel ¶
type MultiStepModel struct {
// contains filtered or unexported fields
}
MultiStepModel represents the state of the multi-step UI flow
func InitializeMultiStep ¶
func InitializeMultiStep(options *calendar.Options) MultiStepModel
InitializeMultiStep creates a new multi-step model
Click to show internal directories.
Click to hide internal directories.