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)
183
throw new
CommandParsingException
(command, $"Unexpected value '{longOption[1]}' for option '{option.LongName}'");
228
throw new
CommandParsingException
(command, $"Unexpected value '{shortOption[1]}' for option '{option.LongName}'");
247
throw new
CommandParsingException
(command, $"Unexpected value '{arg}' for option '{option.LongName}'");
293
throw new
CommandParsingException
(command, $"Missing value for option '{option.LongName}'");
498
throw new
CommandParsingException
(command, $"Unrecognized {argTypeName} '{args[index]}'");