MCPcopy 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
64func (c Setup) UI() cli.UI {
65 return cli.UI{
66 RunTUI: c.run,
67 }
68}
69
70func (c *Setup) run(ctx context.Context, drv *ui.Driver) error {
71 var err error

Callers 1

TestSetupFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestSetupFunction · 0.76