support for being specific about your bottle, via -b flag

This commit is contained in:
Nicholas O'Connor
2017-03-24 21:50:32 -07:00
parent f20b0899a1
commit 06512f0503
5 changed files with 60 additions and 33 deletions

View File

@@ -4,12 +4,16 @@
#include <string>
#include <vector>
#include "bottles.hpp"
using namespace std;
namespace cellar {
extern void print_header();
extern void print_version(int,vector<string>);
extern bottles::Bottle active_bottle;
extern bool verbose;
}