MCPcopy 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
40func (c Bootstrap) UI() cli.UI {
41 return cli.UI{
42 RunTUI: c.runTUI,
43 }
44}
45
46func (c Bootstrap) runTUI(ctx context.Context, drv *ui.Driver) error {
47 if cli.CalledAsFromContext(ctx) == "config" {

Callers 1

TestBootstrapFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBootstrapFunction · 0.76