ConfigExt.preRun

Parse configuration files (Application hook).

This function do all the extension processing invoking all the extensions hooks.

If configuration file parsing fails, it exits with status code 3 and prints an appropriate error message.

Note: This is not done in processArgs() method because it can be used without being registered as a ArgumentsExt extension.

class ConfigExt
override
void
preRun

Parameters

app IApplication

the application instance

cl_args istring[]

command line arguments

Meta