subargv[0] is now the expected value of "cellar <command>"

This commit is contained in:
Nicholas O'Connor
2017-03-23 17:23:59 -07:00
parent e2382719d5
commit af056ee961
2 changed files with 9 additions and 2 deletions

View File

@@ -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;
}