forked from lix-project/hydra
This commit is contained in:
parent
431656546e
commit
7cd219bcbc
|
@ -242,6 +242,8 @@ void run(Strings args)
|
||||||
XMLWriter doc(true, std::cout);
|
XMLWriter doc(true, std::cout);
|
||||||
XMLOpenElement root(doc, "jobs");
|
XMLOpenElement root(doc, "jobs");
|
||||||
findJobs(state, doc, ArgsUsed(), autoArgs, v, "");
|
findJobs(state, doc, ArgsUsed(), autoArgs, v, "");
|
||||||
|
|
||||||
|
state.printStats();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue