# Packages
No description provided by the author
# Functions
NewLocalExecutor creates a new LocalExecutor with the given options.
No description provided by the author
WithRedirect is an option that configures the LocalExecutor to redirect the stdout and stderr of the commands to the stdout and stderr of the local process.
WithRedirectTo is an option that configures the LocalExecutor to redirect the stdout and stderr of the commands to the given writers.
# Structs
LocalExecutor is an Executor that runs commands locally.
No description provided by the author
# Interfaces
Executor is an interface for executing commands.
WrappedExecuter is an interface for executing commands using a specific command.
# Type aliases
LocalExecutorOption is an option for configuring a LocalExecutor.