beginnings of an activate command

This commit is contained in:
Nicholas O'Connor 2017-03-23 15:03:02 -07:00
parent e47571d03a
commit 13cda029e7

10
src/bottles/activate.cpp Normal file
View File

@ -0,0 +1,10 @@
#include <iostream>
#include "bottles.hpp"
#include "internal/bottles.hpp"
using namespace std;
void cellar::bottles::switch_active_bottle(int argc, char** argv) {
cout << argc << endl;
}