We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fa50d commit a00de3bCopy full SHA for a00de3b
src/main.cpp
@@ -69,7 +69,7 @@ int main(int argc, char* argv[]){
69
70
// reporting
71
opt.jsonFile = cmd.get<string>("json");
72
- opt.htmlFile = cmd.get<string>("html");
+ //opt.htmlFile = cmd.get<string>("html");
73
74
opt.validate();
75
0 commit comments