VersionArgsExt.preValidateArgs

Checks whether the --version flag is present and, if it is, prints the app version and exits without further arguments validation.

class VersionArgsExt
override
void
preValidateArgs

Parameters

app IApplication

application instance

args Arguments

command line arguments instance

Meta