Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ SetAccessibleColorsEnabled
Method
SetAccessibleColorsEnabled
pkg/iostreams/iostreams.go:454–456 ·
view source on GitHub ↗
(enabled bool)
Source
from the content-addressed store, hash-verified
452
}
453
454
func
(s *IOStreams) SetAccessibleColorsEnabled(enabled bool) {
455
s.accessibleColorsEnabled = enabled
456
}
457
458
func
(s *IOStreams) AccessibleColorsEnabled() bool {
459
return
s.accessibleColorsEnabled
Callers
1
newIOStreams
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected