(f *cmdutil.Factory)
| 27 | } |
| 28 | |
| 29 | func NewCmdSendTelemetry(f *cmdutil.Factory) *cobra.Command { |
| 30 | return newCmdSendTelemetry(f, nil) |
| 31 | } |
| 32 | |
| 33 | func newCmdSendTelemetry(f *cmdutil.Factory, runF func(*SendTelemetryOptions) error) *cobra.Command { |
| 34 | cmd := &cobra.Command{ |
nothing calls this directly
no test coverage detected