package
1.73.0
Repository: https://github.com/arm-software/golang-utils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
Execute executes a command (i.e.
ExecuteAs executes a command (i.e.
ExecuteAsWithEnvironment executes a command (i.e.
ExecuteWithEnvironment executes a command (i.e.
ExecuteWithSudo executes a command (i.e.
New creates a subprocess description.
NewWithEnvironment creates a subprocess description.
Output executes a command and returns its output (stdOutput and stdErr are merged) as string.
OutputAs executes a command as a different user and returns its output (stdOutput and stdErr are merged) as string.
OutputAsWithEnvironment executes a command as a different user and returns its output (stdOutput and stdErr are merged) as string.
OutputWithEnvironment executes a command and returns its output (stdOutput and stdErr are merged) as string.

# Structs

Subprocess describes what a subprocess is as well as any monitoring it may need.