# Functions
No description provided by the author
No description provided by the author
FileExists returns true if the file at path exists.
No description provided by the author
No description provided by the author
No description provided by the author
ReplaceOrAddEnv changes the value of an environment variable if it exists otherwise add the new variable It drops the existing value and appends the new value in-place.
No description provided by the author
No description provided by the author
RunPrivileged executes a command using sudo provide a reason why root is needed as the first argument.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CodeExitError is an implementation of ExitError consisting of an error object and an exit code (the upper bits of os.exec.ExitStatus).
# Interfaces
No description provided by the author
ExitError is an interface that presents an API similar to os.ProcessState, which is what ExitError from os/exec is.