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

Function Yellowf

pkg/output/color.go:75–77  ·  view source on GitHub ↗
(s string, args ...interface{})

Source from the content-addressed store, hash-verified

73}
74
75func Yellowf(s string, args ...interface{}) string {
76 return Yellow(fmt.Sprintf(s, args...))
77}
78
79func Green(s string) string {
80 if !IsColorEnabled {

Callers 5

AskPackageOverrideLoopFunction · 0.92
excludeRunFunction · 0.92
includeRunFunction · 0.92
contributeDetailsFunction · 0.92
getWorkerPoolAsBasicFunction · 0.92

Calls 1

YellowFunction · 0.85

Tested by

no test coverage detected