Commit 13f62877 authored by Dominik Charousset's avatar Dominik Charousset

Add code for printing help in caf-test

parent 2f727c34
......@@ -591,6 +591,7 @@ int main(int argc, char** argv) {
{"available-suites,a", "print available suites"}
});
if (res.opts.count("help") > 0) {
std::cout << res.helptext << std::endl;
return 0;
}
if (res.opts.count("available-suites") > 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment