beginnings of an activate command
This commit is contained in:
parent
e47571d03a
commit
13cda029e7
10
src/bottles/activate.cpp
Normal file
10
src/bottles/activate.cpp
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user