generatedOption

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

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

Parameters

declaredName

Name of the declared parameter which receives the value

See also

@GeneratedOption