MCPcopy Create free account
hub / github.com/driangle/taskmd / formatWarning

Function formatWarning

apps/cli/internal/cli/colors.go:174–176  ·  view source on GitHub ↗

formatWarning formats a warning message in yellow.

(msg string, r *lipgloss.Renderer)

Source from the content-addressed store, hash-verified

172
173// formatWarning formats a warning message in yellow.
174func formatWarning(msg string, r *lipgloss.Renderer) string {
175 return r.NewStyle().Foreground(lipgloss.Color("3")).Render(msg)
176}
177
178// formatLabel formats a label in bold.
179func formatLabel(label string, r *lipgloss.Renderer) string {

Callers 11

runSetFunction · 0.85
runArchiveFunction · 0.85
outputTracksTableFunction · 0.85
outputValidationTextFunction · 0.85
verifySummaryLineFunction · 0.85
formatVerifyStatusFunction · 0.85
runRmFunction · 0.85
printContextFileFunction · 0.85
printGetContextFilesFunction · 0.85

Calls

no outgoing calls

Tested by 2