Versions in this module Expand all Collapse all v0 v0.2.2 Dec 6, 2024 v0.2.1 Dec 6, 2024 v0.2.0 Dec 6, 2024 Changes in this version + type Model struct + func New(app *tui.App) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string