Skip to content

Commit 7d7849e

Browse files
Small fix
1 parent 362c932 commit 7d7849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/runcpp2/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int main(int argc, char* argv[])
3232
};
3333

3434
std::unordered_map<runcpp2::CmdOptions, std::string> currentOptions;
35-
int currentArgIndex = 1;
35+
int currentArgIndex = 0;
3636
for(int i = 1; i < argc; ++i)
3737
{
3838
if(optionsMap.find(std::string(argv[i])) != optionsMap.end())

0 commit comments

Comments
 (0)