# Functions

NewCommand returns a configured Command.
WithArgs sets the arguments for the command such as `get pods -n kube-system` to the command `kubectl`.
WithCommand defines the command to run such as `kubectl` or `kind`.
WithStdin sets up the command to read from this io.Reader.

# Structs

Command wraps exec.Command with specific functionality.

# Type aliases

Option is a functional option type that modifies a Command.