5 references to CommandParsingException
NuGet.CommandLine.XPlat (5)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (5)
183throw new CommandParsingException(command, $"Unexpected value '{longOption[1]}' for option '{option.LongName}'"); 228throw new CommandParsingException(command, $"Unexpected value '{shortOption[1]}' for option '{option.LongName}'"); 247throw new CommandParsingException(command, $"Unexpected value '{arg}' for option '{option.LongName}'"); 293throw new CommandParsingException(command, $"Missing value for option '{option.LongName}'"); 498throw new CommandParsingException(command, $"Unrecognized {argTypeName} '{args[index]}'");