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

Function pagerConfig

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

Source from the content-addressed store, hash-verified

597}
598
599func pagerConfig() gh.Config {
600 return config.NewMockConfigFromString("pager: CONFIG_PAGER")
601}
602
603func disablePromptConfig() gh.Config {
604 return config.NewMockConfigFromString("prompt: disabled")

Callers 1

Test_newIOStreams_pagerFunction · 0.85

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected