Appends a collection of string values to the arguments spec.
public ArgumentsSpec AddEnumerable(IEnumerable<string> values, bool escape)
The collection of string values to append.
Whether to escape the values before appending.