Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anchordotdev/cli
/ UI
Method
UI
lcl/bootstrap.go:40–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(c Bootstrap) UI() cli.UI {
41
return
cli.UI{
42
RunTUI: c.runTUI,
43
}
44
}
45
46
func
(c Bootstrap) runTUI(ctx context.Context, drv *ui.Driver) error {
47
if
cli.CalledAsFromContext(ctx) ==
"config"
{
Callers
1
TestBootstrap
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestBootstrap
Function · 0.76