Skip to content

Commit

Permalink
Unhide the --disable-telemetry switch (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
kke committed Sep 28, 2021
1 parent 2e817c0 commit 257028f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ var (
analyticsFlag = &cli.BoolFlag{
Name: "disable-telemetry",
EnvVars: []string{"DISABLE_TELEMETRY"},
Hidden: true,
}

Colorize = aurora.NewAurora(false)
Expand Down

0 comments on commit 257028f

Please sign in to comment.