Versions in this module Expand all Collapse all v0 v0.0.7 May 1, 2026 Changes in this version + const DigitZero + type ExecDoneMsg struct + Err error + type InstallDoneMsg struct + Err error + type Kind int + const KindDefault + const KindInput + type LaunchDoneMsg struct + Err error + type Menu struct + Hint string + Items []MenuItem + OnBack func() tea.Cmd + Title string + type MenuItem struct + Action func() Result + Description string + Digit int + Disabled bool + Hidden bool + Kind Kind + Label string + Shortcut string + type Result struct + Cmd tea.Cmd + Next *Menu + Pop bool + PopOnDone bool + Quit bool + Replace *Menu + type SimpleDoneMsg struct + Err error