6 lines
178 B
Text
6 lines
178 B
Text
# The completion command should not generate a telemetry event
|
|
env GH_TELEMETRY=log
|
|
env GH_TELEMETRY_SAMPLE_RATE=100
|
|
|
|
exec gh completion -s bash
|
|
stderr 'Telemetry payload: none'
|