MCPcopy Create free account
hub / github.com/auth0/auth0-cli / outputFormatForTracking

Function outputFormatForTracking

internal/cli/root.go:288–294  ·  view source on GitHub ↗
(renderer *display.Renderer)

Source from the content-addressed store, hash-verified

286}
287
288func outputFormatForTracking(renderer *display.Renderer) string {
289 if renderer == nil || renderer.Format == "" {
290 return "table"
291 }
292
293 return string(renderer.Format)
294}
295
296func isCIEnvironment(getEnv func(string) string) bool {
297 for _, envVar := range ciEnvironmentVariables {

Callers 2

Calls

no outgoing calls

Tested by 1