Skip to content

Commit 5bf2658

Browse files
committed
Ignore --language arguments
1 parent cbfdede commit 5bf2658

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ std::string Config::parseArgs(int argc, char **argv)
200200
continue;
201201
}
202202

203+
if ((value = startsWith(arg, "--language="))) {
204+
continue;
205+
}
206+
203207
if (arg[0] == '-') {
204208
m_args.push_back(arg);
205209
continue;

0 commit comments

Comments
 (0)