Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
func
Dim(s string) string {
102
if
!IsColorEnabled {
103
return
s
104
}
105
return
dim(s)
106
}
107
108
func
Dimf(s string, args ...
interface
{}) string {
109
return
Dim(fmt.Sprintf(s, args...))
Callers
15
printPackageVersions
Function · 0.92
resolveReleaseDefectRun
Function · 0.92
createReleaseDefectRun
Function · 0.92
getVariableValueAsTableRow
Function · 0.92
formatVariableValueForBasic
Function · 0.92
formatVariableSelection
Function · 0.92
listRun
Function · 0.92
formatProjectForBasic
Function · 0.92
viewRun
Function · 0.92
listRun
Function · 0.92
uploadRun
Function · 0.92
getHealthStatusFormatted
Function · 0.92
Calls
no outgoing calls
Tested by
1
formatUser
Function · 0.74