3using System.Collections.Generic;
26 .Where(e => !e.StopsProcessing)
27 .Where(e => !(e.Tag ==
ErrorType.UnknownOptionError &&
static IEnumerable< Error > OnlyMeaningfulOnes(this IEnumerable< Error > errors)
static ParserResult< T > ToParserResult< T >(this IEnumerable< Error > errors, T instance)
It contains a sequence of CommandLine.Error.
It contains an instance of type T with parsed values.
Models a parser result. When inherited by CommandLine.Parsed<T>, it contains an instance of type T w...
Models an error generated when an unknown option is detected.
ErrorType
Discriminator enumeration of CommandLine.Error derivates.