VSoft.CommandLineParser
VSoft.CommandLineParser copied to clipboard
Enhance IOptionDefinition with a onValidation property
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