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

Function disableSpinnersConfig

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

Source from the content-addressed store, hash-verified

501}
502
503func disableSpinnersConfig() gh.Config {
504 return config.NewFromString("spinner: disabled")
505}
506
507func enableSpinnersConfig() gh.Config {
508 return config.NewFromString("spinner: enabled")

Callers 1

Calls 1

NewFromStringFunction · 0.92

Tested by

no test coverage detected