Bottle::load_config now checks ~/.local/share/cellar.json and compiled defaults (this commit is correct)
This commit is contained in:
@@ -9,6 +9,9 @@ using nlohmann::json;
|
||||
namespace cellar {
|
||||
namespace config {
|
||||
json get_default_config();
|
||||
|
||||
extern json global_config;
|
||||
extern json compiled_config;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user