|
|
|
@ -504,7 +504,6 @@ void ArgumentParser::parseArgs(int argc, char *argv[])
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if(currentArg) { |
|
|
|
|
cout << "first arg found" << endl; |
|
|
|
|
currentArg->m_present = true; |
|
|
|
|
++actualArgc; // we actually found an argument
|
|
|
|
|
// now we might need to read values tied to that argument
|
|
|
|
|