Initialises the ArgumentsSpec with the specified argument validation logic.
public ArgumentsSpec(Func<string, bool> argumentValidationLogic)
The validation logic to use to decide whether to allow arguments passed to the spec.