Skip to content
Snippets Groups Projects
Commit 44eb19bd authored by Alexey Saprunov's avatar Alexey Saprunov
Browse files

fix: command line parsing

parent 4671d715
No related branches found
No related merge requests found
......@@ -210,6 +210,8 @@ CommandLineParseResult CommandLineParser::parseCommandLine(CommandLineOptions *o
options->reportFilename = file;
}
options->useGraphic = true;
return CommandLineOk;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment