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

Function tailLineStyle

cli/root.go:1535–1537  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1533}
1534
1535func tailLineStyle() pretty.Style {
1536 return pretty.Style{pretty.Nop}
1537}
1538
1539func SlimUnsupported(w io.Writer, cmd string) {
1540 _, _ = fmt.Fprintf(w, "You are using a 'slim' build of Coder, which does not support the %s subcommand.\n", pretty.Sprint(cliui.DefaultStyles.Code, cmd))

Callers 2

formatRunCommandErrorFunction · 0.85
formatCoderSDKErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected