# Packages
Package tshellz is a generated GoMock package.
# Functions
NewCommand creates a new Command.
NewExecutionError initializes a new execution error.
RestoreDefaultExecutor restores the default executor.
# Variables
DefaultExecutor is the default Executor for commands.
# Structs
Command describes a command to be spawned in a shell.
ExecutionError describes an error.
RealExecutor implements the Executor interface and actually runs commands on the host.
# Interfaces
Executor implements the OS-level operations related to a command.