MCPcopy Create free account
hub / github.com/coder/wush / Keyword

Function Keyword

cliui/cliui.go:90–92  ·  view source on GitHub ↗

Keyword formats a keyword for display.

(s string)

Source from the content-addressed store, hash-verified

88
89// Keyword formats a keyword for display.
90func Keyword(s string) string {
91 return pretty.Sprint(DefaultStyles.Keyword, s)
92}
93
94// Placeholder formats a placeholder for display.
95func Placeholder(s string) string {

Callers 2

handleNextMessageMethod · 0.92
handleNextMessageMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected