nonBlankStringOption
fun nonBlankStringOption(name: String, deprecation: RuleOptionDeprecation? = null): ReadOnlyProperty<Rule, RuleOption<String?>>
Declares a non-blank string rule option and exposes it as a property delegate.
fun nonBlankStringOption(name: String, defaultValue: String, deprecation: RuleOptionDeprecation? = null): ReadOnlyProperty<Rule, RuleOption<String>>
Declares a non-blank string rule option with a default value and exposes it as a property delegate.