global config support (fix #24)

This commit is contained in:
Nicholas O'Connor
2017-06-09 13:12:48 -07:00
parent d873416602
commit 237ca9d4cd
3 changed files with 43 additions and 4 deletions

View File

@@ -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