subargv[0] is now the expected value of "cellar <command>"
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
using namespace std;
|
||||
|
||||
void cellar::bottles::switch_active_bottle(int argc, vector<string> argv) {
|
||||
cout << argc << endl;
|
||||
cout << argv[0] << endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user