package
1.53.0
Repository: https://gitlab.com/gitlab-org/cli.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.