# Functions
Stub installs a catch-all for all external commands invoked from inst.
# Variables
PrepareCmd extends exec.Cmd with extra error reporting features and provides a hook to stub command execution in tests.
# Structs
CmdError provides more visibility into why an exec.Cmd had failed.
CommandStubber stubs out invocations to external commands.
# Type aliases
No description provided by the author