# Functions
NewMockCmd creates a new mock instance.
NewMockExec creates a new mock instance.
# Structs
MockCmd is a mock of Cmd interface.
MockCmdMockRecorder is the mock recorder for MockCmd.
MockExec is a mock of Exec interface.
MockExecMockRecorder is the mock recorder for MockExec.