Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ScenarioTitleStyle = lipgloss.NewStyle(). Foreground(lipgloss.Color("#6CB6FF")). Align(lipgloss.Center). Bold(true). Underline(true) StepTitleStyle = lipgloss.NewStyle(). Foreground(lipgloss.Color("#518BAD")). Align(lipgloss.Left). Bold(true) SpinnerStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#518BAD")) VerboseStyle = lipgloss.NewStyle(). Foreground(lipgloss.Color("#437684")). Align(lipgloss.Left) CheckStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#32CD32")) ErrorStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#FF0000")) ErrorMessageStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#FF5733")) OcdStatusUpdateStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#000000")) )
Styles used for rendering output to the terminal.
View Source
var ( InteractiveModeCodeBlockDescriptionStyle = lipgloss.NewStyle(). Foreground(lipgloss.Color("#ffffff")) InteractiveModeCodeBlockStyle = lipgloss.NewStyle(). Foreground(lipgloss.Color("#fff")) InteractiveModeStepTitleStyle = func() lipgloss.Style { b := lipgloss.RoundedBorder() b.Right = "├" return lipgloss.NewStyle().BorderStyle(b).Padding(0, 1) }().Foreground(lipgloss.Color("#518BAD")).Bold(true) b := lipgloss.RoundedBorder() b.Left = "┤" return InteractiveModeStepTitleStyle.Copy().BorderStyle(b) }().Foreground(lipgloss.Color("#fff")) )
Functions ¶
func CommandPrompt ¶ added in v0.1.1
Command prompt for interactive environments
func IndentMultiLineCommand ¶ added in v0.1.0
Indents a multi-line command to be nested under the first line of the command.
func RemoveHorizontalAlign ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.