MCPcopy Create free account
hub / github.com/github/gh-aw / FormatSuccessMessage

Function FormatSuccessMessage

pkg/console/console.go:157–159  ·  view source on GitHub ↗

FormatSuccessMessage formats a success message with styling

(message string)

Source from the content-addressed store, hash-verified

155
156// FormatSuccessMessage formats a success message with styling
157func FormatSuccessMessage(message string) string {
158 return formatSuccessMessageWithTTY(message, isTTY)
159}
160
161// FormatSuccessMessageStderr formats a success message for stderr output.
162func FormatSuccessMessageStderr(message string) string {

Callers 1

TestFormatSuccessMessageFunction · 0.70

Calls 1

Tested by 1

TestFormatSuccessMessageFunction · 0.56