核心概念 Model model是bubbletea的核心接口,定义如下: type Model interface { Init() Cmd Update(msg Msg) (Model, Cmd) View() string } Command 参考资料 Rapidly building interactive CLIs in Go with Bubbletea Intro to Bubble Tea in Go Processing user input in Bubble Tea with a menu component