You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podio-dump: Make -e -1 dump all of the entries (#906)
* podio-dump: Make -e -1 dump all of the entries
Many of our other tools support passing -1 as a value to the number of
events signifying to simply do all of them.
* Add simple test for new option
Copy file name to clipboardExpand all lines: tools/src/podio-dump-tool.cpp
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ positional arguments:
43
43
-c CATEGORY, --category CATEGORY
44
44
Which Frame category to dump
45
45
-e ENTRIES, --entries ENTRIES
46
-
Which entries to print. A single number, comma-separated list of numbers or "first:last" for an inclusive range of entries. Defaults to the first entry.
46
+
Which entries to print. A single number, comma-separated list of numbers or "first:last" for an inclusive range of entries. Defaults to the first entry. Use -1 to print all available entries.
47
47
-d, --detailed Dump the full contents, not just the collection info
48
48
-s, --size-stats Show size statistics per collection for the whole file (if available for the file format)
49
49
--dump-edm DUMP_EDM Dump the specified EDM definition from the file in yaml format
0 commit comments