From 6b811db4671c9e4d87bc48ab3a249218aa52c879 Mon Sep 17 00:00:00 2001 From: William Martin Date: Tue, 21 Apr 2026 17:12:46 +0200 Subject: [PATCH] Add telemetry command --- pkg/cmd/root/help_topic.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkg/cmd/root/help_topic.go b/pkg/cmd/root/help_topic.go index 3002a3512..0becbf5c8 100644 --- a/pkg/cmd/root/help_topic.go +++ b/pkg/cmd/root/help_topic.go @@ -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: + + `), + }, { name: "reference", short: "A comprehensive reference of all gh commands",