3 references to ParserConfiguration
dotnet-watch (3)
CommandLine\CommandLineOptions.cs (2)
69
var parseResult = definition.Parse(args,
ParserConfiguration
);
89
parseResult = definition.Parse(args,
ParserConfiguration
);
Program.cs (1)
159
var runParseResult = runCommandDefinition.Parse(options.CommandArgumentsWithoutBinLog, CommandLineOptions.
ParserConfiguration
);