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

Function formatLabel

apps/cli/internal/cli/colors.go:179–181  ·  view source on GitHub ↗

formatLabel formats a label in bold.

(label string, r *lipgloss.Renderer)

Source from the content-addressed store, hash-verified

177
178// formatLabel formats a label in bold.
179func formatLabel(label string, r *lipgloss.Renderer) string {
180 return r.NewStyle().Bold(true).Render(label)
181}
182
183// formatDim formats text in gray (dimmed).
184func formatDim(text string, r *lipgloss.Renderer) string {

Callers 15

outputNextTableFunction · 0.85
printSetConfirmationFunction · 0.85
outputReportMarkdownFunction · 0.85
writeMarkdownSummaryFunction · 0.85
writeMarkdownGroupsFunction · 0.85
outputStatusTextFunction · 0.85

Calls

no outgoing calls

Tested by 2