MCPcopy Create free account
hub / github.com/cli/cli / enableSpinnersConfig

Function enableSpinnersConfig

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected