Versions in this module Expand all Collapse all v0 v0.0.1 Dec 28, 2023 v0.0.0 Dec 28, 2023 Changes in this version + func NewCommand(repository *work.Repository) *cobra.Command + type Model struct + func NewModel(repository *work.Repository) *Model + func (m Model) Init() tea.Cmd + func (m Model) Update(tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string