MCPcopy 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
208func (s *IOStreams) SetPager(cmd string) {
209 s.pagerCommand = cmd
210}
211
212func (s *IOStreams) GetPager() string {
213 return s.pagerCommand

Callers 2

TestIOStreams_pagerFunction · 0.80
newIOStreamsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestIOStreams_pagerFunction · 0.64