config loading is now done via bottle class method, save function also exists
This commit is contained in:
		@@ -27,6 +27,8 @@ namespace cellar {
 | 
			
		||||
                string path;
 | 
			
		||||
                string canonical_path;
 | 
			
		||||
                Bottle();
 | 
			
		||||
                bool load_config();
 | 
			
		||||
                bool save_config();
 | 
			
		||||
        };
 | 
			
		||||
		extern map<string, Bottle> get_bottles();
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user