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

Function pagerConfig

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

Source from the content-addressed store, hash-verified

483}
484
485func pagerConfig() gh.Config {
486 return config.NewMockConfigFromString("pager: CONFIG_PAGER")
487}
488
489func disablePromptConfig() gh.Config {
490 return config.NewMockConfigFromString("prompt: disabled")

Callers 1

Test_newIOStreams_pagerFunction · 0.85

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected