Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devnullvoid/pvetui
/ shellQuote
Function
shellQuote
internal/ssh/client.go:387–389 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
385
}
386
387
func
shellQuote(s string) string {
388
return
"'"
+ strings.ReplaceAll(s,
"'"
,
"'\\''"
) +
"'"
389
}
Callers
1
buildSSHArgsBase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected