diff --git a/src/bottles/activate.cpp b/src/bottles/activate.cpp new file mode 100644 index 0000000..07099ee --- /dev/null +++ b/src/bottles/activate.cpp @@ -0,0 +1,10 @@ +#include + +#include "bottles.hpp" +#include "internal/bottles.hpp" + +using namespace std; + +void cellar::bottles::switch_active_bottle(int argc, char** argv) { + cout << argc << endl; +}