MCPcopy
hub / github.com/cli/cli / IsTerminalOutput

Method IsTerminalOutput

pkg/iostreams/iostreams.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40type term interface {
41 IsTerminalOutput() bool
42 IsColorEnabled() bool
43 Is256ColorSupported() bool
44 IsTrueColorSupported() bool

Callers 1

IsStdoutTTYMethod · 0.65

Implementers 1

fakeTermpkg/iostreams/iostreams.go

Calls

no outgoing calls

Tested by

no test coverage detected