VSoft.CommandLineParser icon indicating copy to clipboard operation
VSoft.CommandLineParser copied to clipboard

Enhance IOptionDefinition with a onValidation property

Open Bascy opened this issue 8 years ago • 0 comments

Allow the user to implement his own validation implementation i.e. by implementing an OnValidation event as TValidationEvent = function(aOption: IOptionDefinition; const Value: string): boolean

Bascy avatar Dec 06 '16 12:12 Bascy