()
| 16 | } |
| 17 | |
| 18 | func init() { |
| 19 | commandregistry.Register(FakeCommand1{Data: "FakeCommand1 data", req: fakeReq{ui: nil}}) |
| 20 | } |
| 21 | |
| 22 | func (cmd FakeCommand1) MetaData() commandregistry.CommandMetadata { |
| 23 | return commandregistry.CommandMetadata{ |
nothing calls this directly
no test coverage detected