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

Function Yellow

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

Source from the content-addressed store, hash-verified

66}
67
68func Yellow(s string) string {
69 if !IsColorEnabled {
70 return s
71 }
72 return yellow(s)
73}
74
75func Yellowf(s string, args ...interface{}) string {
76 return Yellow(fmt.Sprintf(s, args...))

Callers 15

printPackageVersionsFunction · 0.92
deployRunFunction · 0.92
PrintActivityElementMethod · 0.92
formatTaskStatusMethod · 0.92
formatRetryMessageMethod · 0.92
getTaskMappersFunction · 0.92
runDbRunbookFunction · 0.92
runGitRunbookFunction · 0.92
uploadRunFunction · 0.92
getHealthStatusFormattedFunction · 0.92
getHealthStatusFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected