Personal fork of the mighty, self-hostable Git server for the command line 🍦
1package common 2 3import tea "github.com/charmbracelet/bubbletea" 4 5type BubbleReset interface { 6 Reset() tea.Msg 7}