MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / Dim

Function Dim

pkg/output/color.go:101–106  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

99}
100
101func Dim(s string) string {
102 if !IsColorEnabled {
103 return s
104 }
105 return dim(s)
106}
107
108func Dimf(s string, args ...interface{}) string {
109 return Dim(fmt.Sprintf(s, args...))

Callers 15

printPackageVersionsFunction · 0.92
resolveReleaseDefectRunFunction · 0.92
createReleaseDefectRunFunction · 0.92
formatVariableSelectionFunction · 0.92
listRunFunction · 0.92
formatProjectForBasicFunction · 0.92
viewRunFunction · 0.92
listRunFunction · 0.92
uploadRunFunction · 0.92
getHealthStatusFormattedFunction · 0.92

Calls

no outgoing calls

Tested by 1

formatUserFunction · 0.74