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