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

Function Greenf

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

Source from the content-addressed store, hash-verified

84}
85
86func Greenf(s string, args ...interface{}) string {
87 return Green(fmt.Sprintf(s, args...))
88}
89
90func Bold(s string) string {
91 if !IsColorEnabled {

Callers 4

publishRunFunction · 0.92
contributeDetailsFunction · 0.92
getWorkerPoolAsTableRowFunction · 0.92
getWorkerPoolAsBasicFunction · 0.92

Calls 1

GreenFunction · 0.85

Tested by

no test coverage detected