1 instantiation of CommandParsingException
dotnet (1)
Extensions\ParseResultExtensions.cs (1)
54throw new CommandParsingException(
2 references to CommandParsingException
dotnet (2)
Parser.cs (1)
272else if (exception is CommandParsingException)
Program.cs (1)
127if (e is CommandParsingException { ParseResult: {} exceptionParseResult } )