Versions in this module Expand all Collapse all v0 v0.1.1 Jan 7, 2025 Changes in this version + func NewRootCommand() *cobra.Command + func RegisterRootFlags(flags *pflag.FlagSet) + type RootModel struct + func (m RootModel) Init() tea.Cmd + func (m RootModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m RootModel) View() string