# Functions
Command is a convenience wrapper over defaultCmder.Command.
PrettyCommand takes arguments identical to Cmder.Command, it returns a pretty printed command that could be pasted into a shell.
RunCommandOutputToFileFunc returns a func that runs the given Cmd pipes its stdout to the file specified.
# Structs
LocalCmd wraps os/exec.Cmd, implementing the cmdutils.Cmd interface.
LocalCmder is a factory for LocalCmd, implementing Cmder.
RunError represents an error running a Cmd.