| 10 | ) |
| 11 | |
| 12 | type FakeCommand1 struct { |
| 13 | Data string |
| 14 | req fakeReq |
| 15 | ui terminal.UI |
| 16 | } |
| 17 | |
| 18 | func init() { |
| 19 | commandregistry.Register(FakeCommand1{Data: "FakeCommand1 data", req: fakeReq{ui: nil}}) |
nothing calls this directly
no outgoing calls
no test coverage detected