Documentation ¶
Overview ¶
Package shutil provides shell-related utility functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Escape ¶
Escape escapes a string so it can be safely included as an argument in a shell command line. The string is not modified if it can already be safely included.
func EscapeSlice ¶
EscapeSlice escapes a slice of strings so each will be treated as a separate argument in the returned shell command line. See Escape for more information.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.