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

Function Magentaf

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

Source from the content-addressed store, hash-verified

40}
41
42func Magentaf(s string, args ...interface{}) string {
43 return Magenta(fmt.Sprintf(s, args...))
44}
45
46func Cyan(s string) string {
47 if !IsColorEnabled {

Callers

nothing calls this directly

Calls 1

MagentaFunction · 0.85

Tested by

no test coverage detected