# Functions
SetPrepareCmd overrides PrepareCmd and returns a func to revert it back.
# Variables
PrepareCmd extends exec.Cmd with extra error reporting features and provides a hook to stub command execution in tests.
# Interfaces
Runnable is typically an exec.Cmd or its stub in tests.