| 43 | var CmdError = cli.NewCmd[ErrorCommand](nil, "error", func(cmd *cobra.Command) {}) |
| 44 | |
| 45 | type ErrorCommand struct{} |
| 46 | |
| 47 | func (c ErrorCommand) UI() cli.UI { |
| 48 | return cli.UI{ |
nothing calls this directly
no outgoing calls
no test coverage detected