Skip to content

Commit 6b811db

Browse files
committed
Add telemetry command
1 parent e52070e commit 6b811db

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pkg/cmd/root/help_topic.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ var HelpTopics = []helpTopic{
127127
a textual progress indicator.
128128
`, "`"),
129129
},
130+
{
131+
name: "telemetry",
132+
short: "Information about telemetry in gh",
133+
long: heredoc.Doc(`
134+
gh collects telemetry to help us understand how the CLI is being used and to improve it.
135+
136+
To learn more about what data is collected, how it is used, and how to opt out, see:
137+
<https://cli.github.com/telemetry>
138+
`),
139+
},
130140
{
131141
name: "reference",
132142
short: "A comprehensive reference of all gh commands",

0 commit comments

Comments
 (0)