IArgumentsExtExtension.preValidateArgs

Function executed after parsing of command line args (whether the basic parsing failed or succeeded) but before the call to validateArgs().

interface IArgumentsExtExtension
void
preValidateArgs

Parameters

app IApplication

application instance

args Arguments

command line arguments instance

Meta