MCPcopy
hub / github.com/urfave/cli / escapeSingleQuotes

Function escapeSingleQuotes

fish.go:219–221  ·  fish.go::escapeSingleQuotes
(input string)

Source from the content-addressed store, hash-verified

217}
218
219func escapeSingleQuotes(input string) string {
220 return strings.ReplaceAll(input, `'`, `\'`)
221}

Callers 2

prepareFishCommandsFunction · 0.85
prepareFishFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected