MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / runTUI

Function runTUI

cmd/tui.go:19–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func runTUI() error {
20 app, err := tui.NewApp(Version)
21 if err != nil {
22 return err
23 }
24 p := tea.NewProgram(app, tea.WithAltScreen())
25 _, err = p.Run()
26 return err
27}

Callers 1

tui.goFile · 0.85

Calls 1

NewAppFunction · 0.92

Tested by

no test coverage detected