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

Function Placeholder

cli/cliui/cliui.go:98–100  ·  view source on GitHub ↗

Placeholder formats a placeholder for display.

(s string)

Source from the content-addressed store, hash-verified

96
97// Placeholder formats a placeholder for display.
98func Placeholder(s string) string {
99 return pretty.Sprint(DefaultStyles.Placeholder, s)
100}
101
102// Wrap prevents the text from overflowing the terminal.
103func Wrap(s string) string {

Callers 1

CreateMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected