Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the UI state for the REPL
func NewModelWithSettings ¶
func NewModelWithSettings(startMultiline bool, stepSettings *settings.StepSettings) Model
NewModelWithSettings creates a new UI model with Geppetto step settings
type SharedState ¶
type SharedState struct {
// contains filtered or unexported fields
}
SharedState contains mutable state that needs to be shared
type Styles ¶
type Styles struct {
Title lipgloss.Style
Prompt lipgloss.Style
Result lipgloss.Style
Error lipgloss.Style
Info lipgloss.Style
HelpText lipgloss.Style
}
Styles defines the visual styling for the REPL
func DefaultStyles ¶
func DefaultStyles() Styles
DefaultStyles returns the default styling configuration
Click to show internal directories.
Click to hide internal directories.