Option Transform Context
A receiver for options transformers.
Constructors
Functions
Link copied to clipboard
open override fun finalize(context: Context, invocations: List<OptionParser.Invocation>)
Content copied to clipboard
Called after this command's argv is parsed to transform and store the option's value.
Link copied to clipboard
open override fun parameterHelp(context: Context): HelpFormatter.ParameterHelp.Option?
Content copied to clipboard
Information about this option 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.