# 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.
# Type aliases
Option is a functional option type that modifies a Command.