Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
487
func
pagerConfig() gh.Config {
488
return
config.NewFromString(
"pager: CONFIG_PAGER"
)
489
}
490
491
func
disablePromptConfig() gh.Config {
492
return
config.NewFromString(
"prompt: disabled"
)
Callers
1
Test_newIOStreams_pager
Function · 0.85
Calls
1
NewFromString
Function · 0.92
Tested by
no test coverage detected