5 references to CommandParsingException
rzc (5)
CommandLine\CommandLineApplication.cs (5)
229
throw new
CommandParsingException
(command, $"Unexpected value '{longOption[1]}' for option '{option.LongName}'");
298
throw new
CommandParsingException
(command, $"Unexpected value '{shortOption[1]}' for option '{option.LongName}'");
317
throw new
CommandParsingException
(command, $"Unexpected value '{arg}' for option '{option.LongName}'");
369
throw new
CommandParsingException
(command, $"Missing value for option '{option.LongName}'");
579
throw new
CommandParsingException
(command, $"Unrecognized {argTypeName} '{args[index]}'");