package
0.4.0
Repository: https://github.com/instill-ai/cli.git
Documentation: pkg.go.dev

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

# Interfaces

Runnable is typically an exec.Cmd or its stub in tests.
No description provided by the author

# Type aliases

No description provided by the author