Sets the arguments to pass to the executable.
IProcessConfigurationBuilder SetArguments(IEnumerable<string> arguments, bool escapeArguments = true)
The arguments to pass to the executable.
Whether to escape the arguments if escape characters are detected.