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

Function enableSpinnersConfig

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

Source from the content-addressed store, hash-verified

617}
618
619func enableSpinnersConfig() gh.Config {
620 return config.NewMockConfigFromString("spinner: enabled")
621}
622
623func disableColorLabelsConfig() gh.Config {
624 return config.NewMockConfigFromString("color_labels: disabled")

Callers 1

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected