We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362c932 commit 7d7849eCopy full SHA for 7d7849e
Src/runcpp2/main.cpp
@@ -32,7 +32,7 @@ int main(int argc, char* argv[])
32
};
33
34
std::unordered_map<runcpp2::CmdOptions, std::string> currentOptions;
35
- int currentArgIndex = 1;
+ int currentArgIndex = 0;
36
for(int i = 1; i < argc; ++i)
37
{
38
if(optionsMap.find(std::string(argv[i])) != optionsMap.end())
0 commit comments