You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Application loads config files and forgets which file(s) it has loaded.
Describe the solution you'd like
Make Application::getApplicationPath() and Application::findAppConfigFile() protected so that inheriting classes can utilize them to find the default config file name (when it wasn't specified on the command line) and retain it in the runtime config.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Application loads config files and forgets which file(s) it has loaded.
Describe the solution you'd like
Make
Application::getApplicationPath()
andApplication::findAppConfigFile()
protected so that inheriting classes can utilize them to find the default config file name (when it wasn't specified on the command line) and retain it in the runtime config.The text was updated successfully, but these errors were encountered: