Represents application configuration where a struct T maps to some JSON configuration.
Creates a new configuration object wihout any command line overrides.
Creates a new configuration object given the command line override args array.
Reads in the current configuration into this.application
See Implementation
Represents application configuration where a struct T maps to some JSON configuration.