CliResult containing exitCode, stdout, and stderr.CliResult runXmllint(const string[] args, const string input = "")Runs xmllint and returns its exit code and captured output.
args | Arguments passed to xmllint. |
input | Optional standard input passed to the process. |
CliResult containing exitCode, stdout, and stderr.