Read settings file. Push errors to vector, or log them if null.
Declared in <common/args.h>
[[requires_capability(0x7f2e381aeee8)]]
bool
ReadSettingsFile(std::vector<std::string>* errors = nullptr);
true if the settings file was read successfully.
| Name | Description |
|---|---|
| errors | If non-null, populated with any read errors. |