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

Function Gray

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

Source from the content-addressed store, hash-verified

34}
35
36func Gray(s string) string {
37 return fmt.Sprintf("%s%s%s", grayToken, s, resetToken)
38}
39
40func LightGray(s string) string {
41 return fmt.Sprintf("%s%s%s", lightGrayToken, s, resetToken)

Callers 6

exitCodeMethod · 0.92
DisplayTimelineFunction · 0.92
ListFunction · 0.92
formatBackupStatusFunction · 0.92
ListFunction · 0.92
SetFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected