package
0.0.3
Repository: https://github.com/khmarbaise/githelper.git
Documentation: pkg.go.dev

# Functions

ExternalCommand Execute external command as subprocess.
ExternalCommandInteractive Execute external command as subprocess in interactive mode.
ExternalCommandWithRedirect Execute external command as subprocess and return stdout and stderrplus possible error.

# Structs

CommandOutput represents the output of a command execution (stdout, stderr).