# Functions
CommandWithOpts returns the equivalent *exec.Cmd that matches the RunOpts provided (opts).
No description provided by the author
RunAction returns an action that runs a given command and set of arguments.
Run returns an action that runs a given command and set of arguments.
RunCommand runs a given command and set of arguments.
RunCommandAt runs a given command and set of arguments at the given location The command's stdout and stderr are assigned the systems' stdout/stderr streams.
RunCommandWithOpts runs the command defined by the RunOpts provided (opts).