Versions in this module Expand all Collapse all v0 v0.1.1 Mar 5, 2025 v0.1.0 Mar 4, 2025 Changes in this version + const ArrowLeftSymbol + const ArrowRightSymbol + const BulletSymbol + const CheckmarkSymbol + const CommandPrompt + const EndSymbol + const ErrorSymbol + const InfoSymbol + const LoadingDots + const StartSymbol + const SuccessSymbol + const WarningSymbol + var AccentColor = "#8B5CF6" + var AlternatingRowDark = "#1F2937" + var BackgroundAccent = "#111827" + var BaseStyle = ...(0, 0, 1, 2) + var BorderColor = "#374151" + var BoxStyle = ...(1) + var DimStyle = ...(lipgloss.Color(DimTextColor)) + var DimTextColor = "#9CA3AF" + var ErrorColor = "#EF4444" + var ErrorStyle = ...(lipgloss.Color(ErrorColor)) + var HeaderColor = "#F9FAFB" + var HeaderStyle = ...(true) + var Highlight = ...(true) + var HighlightColor = "#8B5CF6" + var InfoColor = "#3B82F6" + var InfoStyle = ...(lipgloss.Color(InfoColor)) + var LinkColor = "#60A5FA" + var LinkStyle = ...(true) + var PendingColor = "#F59E0B" + var PendingStyle = ...(lipgloss.Color(PendingColor)) + var PrimaryColor = "#7C3AED" + var RunningColor = "#10B981" + var RunningStyle = ...(lipgloss.Color(RunningColor)) + var SecondaryColor = "#2563EB" + var SectionStyle = ...(1) + var SelectColor = "#FFFFFF" + var SelectStyle = ...(lipgloss.Color(SelectColor)) + var SelectionColor = "#1F2937" + var StoppedColor = "#6B7280" + var StoppedStyle = ...(lipgloss.Color(StoppedColor)) + var SubtitleStyle = ...(1) + var SubtleColor = "#6B7280" + var SuccessColor = "#10B981" + var SuccessStyle = ...(lipgloss.Color(SuccessColor)) + var TableHeaderStyle = ...(lipgloss.Color(HeaderColor)) + var TableRowStyle = ...(lipgloss.Color(TextColor)) + var TertiaryColor = "#10B981" + var TextColor = "#E5E7EB" + var TitleStyle = ...(1) + var UnloadedColor = "#9CA3AF" + var WarningColor = "#F59E0B" + var WarningStyle = ...(lipgloss.Color(WarningColor)) + func CenterText(text string) string + func HighlightJSON(jsonStr string) string + func IsCI() bool + func PrintCommand(command string) + func PrintEmptyState(message string) + func PrintError(message string) + func PrintHighlight(text string) + func PrintInfo(label, value string) + func PrintJSON(jsonStr string) + func PrintLogo() + func PrintMetadata(label, value string) + func PrintSeparator() + func PrintServiceLog(serviceName, logLine string) + func PrintStep(stepNumber int, totalSteps int, description string) + func PrintSuccess(message string) + func PrintTimestamp(operation string, duration time.Duration) + func PrintWarning(message string) + func RenderTable(table *Table) string + func StyleServiceName(serviceName string) string + func StyleStatusValue(status string) string + func TerminalWidth() int + func TruncateWithEllipsis(s string, width int) string + type ResultDisplayModel struct + func NewResultDisplayModel(resultJSON string) ResultDisplayModel + func (m ResultDisplayModel) Init() tea.Cmd + func (m ResultDisplayModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m ResultDisplayModel) View() string + type Table struct + ColumnWidth []int + Headers []string + Rows [][]string + func NewTable(headers []string) *Table + func (t *Table) AddRow(values ...string) + func (t *Table) AddRowWithStyles(values []string, styles []lipgloss.Style) []string