MCPcopy Create free account
hub / github.com/cli/cli / IsColorEnabled

Method IsColorEnabled

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

Source from the content-addressed store, hash-verified

42type term interface {
43 IsTerminalOutput() bool
44 IsColorEnabled() bool
45 Is256ColorSupported() bool
46 IsTrueColorSupported() bool
47 Theme() string

Callers 1

ColorEnabledMethod · 0.65

Implementers 1

fakeTermpkg/iostreams/iostreams.go

Calls

no outgoing calls

Tested by

no test coverage detected