40 enum class ConfigSourceType
51 static std::string configSourceToString(
const ConfigSourceType &type)
54 case ConfigSourceType::Commandline:
55 return "Commandline options";
56 case ConfigSourceType::Main:
57 return "Main config file";
58 case ConfigSourceType::Default:
59 return "Default values";
ConfigType
Represents the type of a config value.
Developers guide to adding a config item: