MCPcopy Create free account
hub / github.com/basecamp/hey-cli / stdinIsTerminal

Function stdinIsTerminal

internal/cmd/formatting.go:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91 return r
92 }, value)
93}
94
95func markdownSafeText(value string) string {
96 const punctuation = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
97 var safe strings.Builder

Callers 5

runMethod · 0.85
runMethod · 0.85
newRootCmdFunction · 0.85
runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected