Parses the specified arguments without invoking the resolved command action. Option and argument actions are still invoked.
public ParseResult Parse(IEnumerable<string> arguments, CommandRunConfig? runConfig = null)
The arguments to parse.
Optional run configuration. When null, output streams are set to System.IO.TextWriter.Null to minimize side effects while parsing.