ArgumentDelegate
interface ArgumentDelegate<out T> : Argument, ReadOnlyProperty<BaseCliktCommand<*>, T> , PropertyDelegateProvider<BaseCliktCommand<*>, ReadOnlyProperty<BaseCliktCommand<*>, T>>
An argument that functions as a property delegate
Inheritors
Properties
Functions
Link copied to clipboard
The description of this argument.
Link copied to clipboard
Link copied to clipboard
Information about this argument for the help output.
Link copied to clipboard
Called after all of a command's parameters have been finalized to perform validation of the final value.
Link copied to clipboard
abstract operator fun provideDelegate(thisRef: BaseCliktCommand<*>, property: KProperty<*>): ReadOnlyProperty<BaseCliktCommand<*>, T>