Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildExecCmd ¶
BuildExecCmd constructs an *exec.Cmd for the given command string and project root. It prefers to run the command directly without a shell by splitting arguments safely via git.SplitCommand. If the string appears to require shell interpretation, it falls back to a platform-appropriate shell invocation (sh -c on Unix, powershell -Command on Windows).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.