# Packages
Package mocks is a generated GoMock package.
# Functions
New registers the default mc command.
# Interfaces
Cmd is an interface for exec.Cmd to allow for dependency injectiongo:generate go run -mod=mod github.com/golang/mock/mockgen --build_flags=-mod=mod -destination=./mocks/cmd.go -package=mocks -source=./mc.go.