2017-03-23 15:03:02 -07:00
|
|
|
#include <iostream>
|
2017-03-23 15:13:52 -07:00
|
|
|
#include <string>
|
|
|
|
#include <vector>
|
2017-03-23 15:03:02 -07:00
|
|
|
|
|
|
|
#include "bottles.hpp"
|
|
|
|
#include "internal/bottles.hpp"
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
2017-03-23 15:13:52 -07:00
|
|
|
void cellar::bottles::switch_active_bottle(int argc, vector<string> argv) {
|
2017-03-23 17:23:59 -07:00
|
|
|
cout << argv[0] << endl;
|
2017-03-23 15:03:02 -07:00
|
|
|
}
|