# Interfaces

Cmd is a wrapper interface for the `exec.Cmd` type.
Exec is a wrapper interface for the `exec` package.

# Type aliases

CommandFunc is a wrapper interface for the `exec.Command` function.