package
0.0.1-beta.1
Repository: https://github.com/kaecloud/kaectl.git
Documentation: pkg.go.dev

# 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.

# Structs

CmdError provides more visibility into why an exec.Cmd had failed.

# Interfaces

Runnable is typically an exec.Cmd or its stub in tests.