# Functions

NewCommand returns a Command.
WithArgs sets the arguments for the command.
WithCommand defines the command.
WithEnv sets env variables.
WithStdin sets up the command to read from this io.Reader.
WithStdout sets up the command to write to io.Writer.

# Structs

Command wraps exec.Command.

# Type aliases

Option is a functional option type that modifies a Command.