global config support (fix #24)
This commit is contained in:
		@@ -4,15 +4,20 @@
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <vector>
 | 
			
		||||
 | 
			
		||||
#include "json.hpp"
 | 
			
		||||
 | 
			
		||||
#include "bottles.hpp"
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
using nlohmann::json;
 | 
			
		||||
 | 
			
		||||
namespace cellar {
 | 
			
		||||
    extern void print_header();
 | 
			
		||||
 | 
			
		||||
    extern bool dryrun;
 | 
			
		||||
    extern bool verbose;
 | 
			
		||||
 | 
			
		||||
    extern json global_config;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif // __CELLAR_HPP
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user