MCPcopy Index your code
hub / github.com/coder/coder / headLineStyle

Function headLineStyle

cli/root.go:1531–1533  ·  view source on GitHub ↗

These styles are arbitrary.

()

Source from the content-addressed store, hash-verified

1529
1530// These styles are arbitrary.
1531func headLineStyle() pretty.Style {
1532 return cliui.DefaultStyles.Error
1533}
1534
1535func tailLineStyle() pretty.Style {
1536 return pretty.Style{pretty.Nop}

Callers 4

cliHumanFormatErrorFunction · 0.85
formatMultiErrorFunction · 0.85
formatRunCommandErrorFunction · 0.85
formatCoderSDKErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected