MVP
This commit is contained in:
commit
d5762330da
23 changed files with 718 additions and 0 deletions
10
templates/tui/run.go.tmpl
Normal file
10
templates/tui/run.go.tmpl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package tui
|
||||
|
||||
import tea "github.com/charmbracelet/bubbletea"
|
||||
|
||||
func Run() error {
|
||||
p := tea.NewProgram(model{})
|
||||
_, err := p.Run()
|
||||
return err
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue