2 references to ParserConfiguration
dotnet (2)
Parser.cs (2)
252
public static ParseResult Parse(string commandLineUnsplit) => RootCommand.Parse(commandLineUnsplit,
ParserConfiguration
);
253
public static ParseResult Parse(string[] args) => RootCommand.Parse(args,
ParserConfiguration
);