Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
func
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.go
File · 0.85
Calls
1
NewApp
Function · 0.92
Tested by
no test coverage detected