Read and interpret the configuration files.
Declared in <common/args.h>
[[nodiscard, requires_capability(0x7f2e381ac358)]]
bool
ReadConfigFiles(
std::string& error,
bool ignore_invalid_keys = false);
true if the config files were read successfully.
The return value should not be discarded.
| Name | Description |
|---|---|
| error | Populated with a message if reading fails. |
| ignore_invalid_keys | Skip unknown keys instead of failing. |