MCPcopy
hub / github.com/cli/cli / NewCmdSendTelemetry

Function NewCmdSendTelemetry

pkg/cmd/send-telemetry/send_telemetry.go:29–31  ·  view source on GitHub ↗
(f *cmdutil.Factory)

Source from the content-addressed store, hash-verified

27}
28
29func NewCmdSendTelemetry(f *cmdutil.Factory) *cobra.Command {
30 return newCmdSendTelemetry(f, nil)
31}
32
33func newCmdSendTelemetry(f *cmdutil.Factory, runF func(*SendTelemetryOptions) error) *cobra.Command {
34 cmd := &cobra.Command{

Callers

nothing calls this directly

Calls 1

newCmdSendTelemetryFunction · 0.85

Tested by

no test coverage detected