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

Struct ErrorCommand

cli_test.go:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43var CmdError = cli.NewCmd[ErrorCommand](nil, "error", func(cmd *cobra.Command) {})
44
45type ErrorCommand struct{}
46
47func (c ErrorCommand) UI() cli.UI {
48 return cli.UI{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected