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.
-f
1 parent 37fa4f4 commit 04f4dfaCopy full SHA for 04f4dfa
main.cpp
@@ -106,6 +106,7 @@ int main(int argc, char **argv)
106
std::cout << " -q Quiet mode (no output)." << std::endl;
107
std::cout << " -is Use std::istream interface." << std::endl;
108
std::cout << " -e Output errors only." << std::endl;
109
+ std::cout << " -f Fail when errors were encountered (exitcode 1)." << std::endl;
110
std::exit(0);
111
}
112
0 commit comments