Exemple #1
0
 internal static bool IsMatch(this string parameterName, IOption symbol) =>
 parameterName.IsMatch(symbol.Name) ||
 symbol.HasAlias(parameterName);