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