Add telemetry command

This commit is contained in:
William Martin 2026-04-21 17:12:46 +02:00
parent e52070e07e
commit 6b811db467

View file

@ -127,6 +127,16 @@ var HelpTopics = []helpTopic{
a textual progress indicator.
`, "`"),
},
{
name: "telemetry",
short: "Information about telemetry in gh",
long: heredoc.Doc(`
gh collects telemetry to help us understand how the CLI is being used and to improve it.
To learn more about what data is collected, how it is used, and how to opt out, see:
<https://cli.github.com/telemetry>
`),
},
{
name: "reference",
short: "A comprehensive reference of all gh commands",