Documentation
¶
Overview ¶
Package executil holds tiny helpers shared by the exec runners.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EchoCommand ¶
EchoCommand writes the set -x-style echo line "+ <argv>\n" to w.
func ShellJoin ¶
ShellJoin renders argv as a shell-style command line: elements are joined with single spaces; any element containing whitespace or a single quote is single-quoted (each ' escaped as '\”), bash set -x style. Simple elements pass through unquoted. Empty argv joins to the empty string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.