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

Function pagerConfig

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

Source from the content-addressed store, hash-verified

516}
517
518func pagerConfig() gh.Config {
519 return config.NewMockConfigFromString("pager: CONFIG_PAGER")
520}
521
522func disablePromptConfig() gh.Config {
523 return config.NewMockConfigFromString("prompt: disabled")

Callers 1

Test_newIOStreams_pagerFunction · 0.85

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected