Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anchordotdev/cli
/ UI
Method
UI
lcl/setup.go:64–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(c Setup) UI() cli.UI {
65
return
cli.UI{
66
RunTUI: c.run,
67
}
68
}
69
70
func
(c *Setup) run(ctx context.Context, drv *ui.Driver) error {
71
var
err error
Callers
1
TestSetup
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestSetup
Function · 0.76