We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b470b7 commit 918f562Copy full SHA for 918f562
example/main.cpp
@@ -13,7 +13,7 @@ int main(int argc, char** argv){
13
// disable the fascistMode! This value can be set by default with DEFAULT_FASCIST_MODE macro
14
// -> But we are not fascist here in this example so:
15
CmdLineParser::setIsFascist(false);
16
- // "GEORGES EST UN FACHISTE DE MERDE, UN FA-CHI-STE DE MERDE!!"
+ // "QU'EST-CE QUE J'AI A VOIR AVEC GEORGES? RIEN EN FAIT! GEORGES EST UN FACHISTE DE MERDE, UN FA-CHI-STE DE MERDE!!"
17
18
CmdLineParser clParser;
19
0 commit comments