MCPcopy Create free account
hub / github.com/anchordotdev/cli / UI

Method UI

cli_test.go:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45type ErrorCommand struct{}
46
47func (c ErrorCommand) UI() cli.UI {
48 return cli.UI{
49 RunTUI: c.run,
50 }
51}
52
53var testErr = errors.New("test error")
54

Callers 1

TestErrorFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected