generatedOption

abstract fun generatedOption(declaredName: String, generatedValueSupplier: ApplicationGeneratedValueSupplier)(source)

Declares a generated option, the supplier gets called on each command execution.

Parameters

declaredName

Name of the declared parameter in the aggregator

See also

@GeneratedOption