Skip to content

Commit 257028f

Browse files
authored
Unhide the --disable-telemetry switch (#226)
1 parent 2e817c0 commit 257028f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/flags.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ var (
5454
analyticsFlag = &cli.BoolFlag{
5555
Name: "disable-telemetry",
5656
EnvVars: []string{"DISABLE_TELEMETRY"},
57-
Hidden: true,
5857
}
5958

6059
Colorize = aurora.NewAurora(false)

0 commit comments

Comments
 (0)