beginnings of an activate command
This commit is contained in:
		
							
								
								
									
										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;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user