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

Function pagerConfig

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

Source from the content-addressed store, hash-verified

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

Callers 1

Test_newIOStreams_pagerFunction · 0.85

Calls 1

NewFromStringFunction · 0.92

Tested by

no test coverage detected