This commit is contained in:
Jindra Petřík
2024-01-21 00:07:06 +01:00
parent afa3baaac2
commit a509749c51

View File

@@ -134,6 +134,12 @@ public class Export implements Runnable {
)
Integer fileTimeout = null;
@Option(
names = "--stats",
description = "Show export performance statistics"
)
boolean showStatistics = false;
@Parameters(index = "0",
split = ",",
arity = "1",