| 32 | ) |
| 33 | |
| 34 | type metadataWriter struct { |
| 35 | metadata *action.Metadata |
| 36 | } |
| 37 | |
| 38 | func newGetMetadataCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { |
| 39 | var outfmt output.Format |
nothing calls this directly
no outgoing calls
no test coverage detected