MCPcopy Index your code
hub / github.com/cli/cli / enableSpinnersConfig

Function enableSpinnersConfig

internal/ghcmd/cmd_test.go:507–509  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

505}
506
507func enableSpinnersConfig() gh.Config {
508 return config.NewFromString("spinner: enabled")
509}
510
511func disableColorLabelsConfig() gh.Config {
512 return config.NewFromString("color_labels: disabled")

Callers 1

Calls 1

NewFromStringFunction · 0.92

Tested by

no test coverage detected