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

Function Yellow

io/style.go:32–34  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

30}
31
32func Yellow(s string) string {
33 return fmt.Sprintf("%s%s%s", yellowToken, s, resetToken)
34}
35
36func Gray(s string) string {
37 return fmt.Sprintf("%s%s%s", grayToken, s, resetToken)

Callers 2

DisplayTimelineFunction · 0.92
formatBackupStatusFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected