withValidation

abstract fun withValidation(validation: Boolean = true): PromptRunner

Set whether to validate created objects.

Parameters

validation

true to validate created objects; false otherwise. Defaults to true.