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