Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ SetPager
Method
SetPager
pkg/iostreams/iostreams.go:208–210 ·
view source on GitHub ↗
(cmd string)
Source
from the content-addressed store, hash-verified
206
}
207
208
func
(s *IOStreams) SetPager(cmd string) {
209
s.pagerCommand = cmd
210
}
211
212
func
(s *IOStreams) GetPager() string {
213
return
s.pagerCommand
Callers
2
TestIOStreams_pager
Function · 0.80
newIOStreams
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestIOStreams_pager
Function · 0.64