Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2026 Changes in this version + func Execute() error + type Model struct + func NewModel() Model + func (m Model) Init() tea.Cmd + func (m Model) IsQuitting() bool + func (m Model) Message() string + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string