Documentation
¶
Overview ¶
Package shellutil holds small, security-sensitive shell helpers shared across packages so their behavior can't drift between copies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShellQuote ¶
ShellQuote wraps value in single quotes for safe use as one POSIX shell word, escaping embedded single quotes using the standard close-quote, backslash-quote, open-quote idiom. An empty string becomes two adjacent single-quote characters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.