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