| 21 | ) |
| 22 | |
| 23 | type command struct { |
| 24 | delegate cobra.Command |
| 25 | } |
| 26 | |
| 27 | func newCommand(name string, md *internal.Metadata, params []internal.ParamType) *command { |
| 28 | delegate := cobra.Command{ |
nothing calls this directly
no outgoing calls
no test coverage detected