Add telemetry command
This commit is contained in:
parent
e52070e07e
commit
6b811db467
1 changed files with 10 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue