package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev
# Functions
Creates a new default instance of the CommandRunner.
No description provided by the author
NewRunArgs creates a new instance with the specified cmd and args.
NewRunArgs creates a new instance with the specified cmd and args and a list of SensitiveData Use this constructor to protect known sensitive data from going to logs.
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
CmdTree represents an `exec.Cmd` run inside a process group.
Settings to modify the way CmdTree is executed.
ExitError is the error returned when a command unsuccessfully exits.
RunArgs exposes the command, arguments and other options when running console/shell commands.
No description provided by the author
RunResult is the result of running a command.
# Interfaces
CommandRunner exposes the contract for executing console/shell commands for the specified runArgs.