Versions in this module Expand all Collapse all v0 v0.2.0 Apr 26, 2026 Changes in this version + type MainModel struct + Error error + func NewUninstallApp(opts UninstallAppOptions) (*MainModel, error) + func (m MainModel) Init() tea.Cmd + func (m MainModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m MainModel) View() string + type PluginCompleteMsg struct + Index int + Result *plugins.UninstallResult + type PluginErrorMsg struct + Error error + Index int + type PluginStatus int + const PluginFailed + const PluginNotFound + const PluginPending + const PluginRemoved + const PluginRemoving + type PluginUninstallState struct + Error error + PluginID *plugins.PluginID + Status PluginStatus + StatusText string + type UninstallAppOptions struct + Headless bool + HeadlessWriter io.Writer + Manager *plugins.Manager + PluginIDs []*plugins.PluginID + Styles *stylespkg.Styles