Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
type
term
interface
{
41
IsTerminalOutput() bool
42
IsColorEnabled() bool
43
Is256ColorSupported() bool
44
IsTrueColorSupported() bool
Callers
1
IsStdoutTTY
Method · 0.65
Implementers
1
fakeTerm
pkg/iostreams/iostreams.go
Calls
no outgoing calls
Tested by
no test coverage detected